EntityDetailVC
class EntityDetailVC: UIViewController , UITableViewDataSource, UITableViewDelegate
Undocumented
-
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 btnRateThis: GRButtonTwo!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var lblDesc: UILabel!
-
Undocumented
Declaration
Swift
var isRatingEnabled = false
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
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
@IBAction func rateThis(_ sender: UIButton)