FriendsVC2

class FriendsVC2: UIViewController , UITableViewDataSource, UITableViewDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var btnCancel: UIButton!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var imgUser: UIImageView!
  • 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 btnRate: UIButton!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var lblRatingCount: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var imgFB: UIImageView!
  • Undocumented

    Declaration

    Swift

    weak var parentVC : FriendsVC?
  • Undocumented

    Declaration

    Swift

    weak var user : GRUser?
  • 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

    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 hideUserPopup(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 giveUserRatingByMe(complete : @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    func ratingFinished()
  • Undocumented

    Declaration

    Swift

    func ratingBegin()
  • Undocumented

    Declaration

    Swift

    func loadUserRatingByMe()
  • Undocumented

    Declaration

    Swift

    @IBAction func cancel(_ sender: UIButton)
  • Undocumented

    Declaration

    Swift

    @IBAction func rate(_ sender: UIButton)