InviteFriendsTableViewCell
class InviteFriendsTableViewCell : UITableViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var lblName: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblStatus: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet weak var imgUser: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet weak var imgCheck: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet weak var lblInitials: UILabel! -
Undocumented
Declaration
Swift
var index = 0 -
Undocumented
Declaration
Swift
var friend : PhoneFriend? -
Undocumented
Declaration
Swift
var checked : Bool = false -
Undocumented
Declaration
Swift
func loadFields()
InviteFriendsTableViewCell Class Reference