PlaceReviewsView
final class PlaceReviewsView : UIView
extension PlaceReviewsView: UITableViewDataSource
extension PlaceReviewsView: UITableViewDelegate
-
Declaration
Swift
var whenTappedShowMoreButton: (() -> Void)? -
Declaration
Swift
var whenUploadReview: ((AVIROEnrollReviewDTO) -> Void)? -
Declaration
Swift
var whenAfterEditMyReview: ((AVIROEditReviewDTO) -> Void)? -
Declaration
Swift
var whenReportReview: ((ReportReviewModel) -> Void)? -
Declaration
Swift
var whenBeforeEditMyReview: ((String) -> Void)? -
Declaration
Swift
override init(frame: CGRect) -
Declaration
Swift
required init?(coder: NSCoder) -
Declaration
Swift
func resetAllData() -
Declaration
Swift
func keyboardWillShow(notification: NSNotification, height: CGFloat) -
Declaration
Swift
func keyboardWillHide() -
Declaration
Swift
func dataBinding(placeId: String, reviewsModel: AVIROReviewsArray? ) -
Declaration
Swift
func dataBindingWhenInHomeView(_ reviewsModel: AVIROReviewsArray?) -
Declaration
Swift
func afterUpdateReviewAndUpdateInHomeView(_ reviewModel: AVIROEnrollReviewDTO) -
Declaration
Swift
func afterEditReviewAndUpdateInHomeView(_ reviewModel: AVIROEditReviewDTO) -
Declaration
Swift
func autoStartWriteComment()
-
Declaration
Swift
func editMyReview(_ commentId: String) -
Declaration
Swift
func deleteMyReview(_ commentId: String) -
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Declaration
Swift
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath)
PlaceReviewsView Class Reference