PlacesVC2
class PlacesVC2: UIViewController , UITableViewDataSource, UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var btnCancel: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var img: GRImageViewTwo! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblName: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var ratingView: CosmosView! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblRating: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblReviewCount: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblDesc: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnRate: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var imgGoogle: UIImageView! -
Undocumented
Declaration
Swift
var isRatingEnabled = false -
Undocumented
Declaration
Swift
var yourNewRatingToOther = [String:GRAttributeWithRating]() -
Undocumented
Declaration
Swift
var yourOldRatingToOther : [String:GRAttributeWithRating]? -
Undocumented
Declaration
Swift
var lastUpdateDate : Date? -
Undocumented
Declaration
Swift
weak var parentVC : PlacesVC? -
Undocumented
Declaration
Swift
weak var place : GRPlace? -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
func loadRatingAttributes() -
Undocumented
Declaration
Swift
func loadFields() -
Undocumented
Declaration
Swift
func hidePopup(comlete : @escaping () -> Void) -
Undocumented
Declaration
Swift
func hidePlacePopup(comlete : @escaping () -> Void) -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func ratingFinished() -
Undocumented
Declaration
Swift
func ratingBegin() -
Undocumented
Declaration
Swift
func loadRatingByMe() -
Undocumented
Declaration
Swift
func giveRatingByMe(complete : @escaping () -> Void) -
Undocumented
Declaration
Swift
@IBAction func cancel(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func rate(_ sender: UIButton)
PlacesVC2 Class Reference