FriendsVC

class FriendsVC: UIViewController, UITableViewDataSource, UITableViewDelegate, MFMessageComposeViewControllerDelegate, UITextFieldDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var lblName: UILabel!
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    @IBOutlet weak var lblTopTh: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var lblFriendsCount: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var btnFBLink: UIButton!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var constraintFbLinkBtn: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var txtSearch: JVFloatLabeledTextField!
  • Undocumented

    Declaration

    Swift

    @IBOutlet weak var constraintBottomView: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    var filterFriendsList = [GRUser]()
  • Undocumented

    Declaration

    Swift

    override func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    @objc func keyboardWillShow(notification: NSNotification)
  • Undocumented

    Declaration

    Swift

    @objc func keyboardWillHide(notification: NSNotification)
  • Undocumented

    Declaration

    Swift

    func textFieldShouldReturn(_ textField: UITextField) -> Bool
  • Undocumented

    Declaration

    Swift

    func checkFbLinkBtnToHide()
  • Undocumented

    Declaration

    Swift

    override func viewWillAppear(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    func messageComposeViewController(_ controller: MFMessageComposeViewController, didFinishWith result: MessageComposeResult)
  • Undocumented

    Declaration

    Swift

    func loadFields()
  • Undocumented

    Declaration

    Swift

    func configureSearchTxtField()
  • Undocumented

    Declaration

    Swift

    func showUserPopup(user : GRUser)
  • Undocumented

    Declaration

    Swift

    func showInviteFriend()
  • 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 tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    @IBAction func searchText(_ sender: UITextField)