MeVC

class MeVC: UIViewController, UITableViewDataSource, UITableViewDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var imgUser: GRImageView!
  • 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 tableView: UITableView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var lblRatingCount: UILabel!
  • Undocumented

    Declaration

    Swift

    override func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    override func viewWillAppear(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    func showUpdateProfile()
  • Undocumented

    Declaration

    Swift

    func loadFields()
  • 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 updateProfile(_ sender: UIButton)