KLAddGuestViewController
class KLAddGuestViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
var selectedGuests: [SWParticipant]
-
Undocumented
Declaration
Swift
var participants: [SWParticipant]
-
Undocumented
Declaration
Swift
var searchParticipantList: [SWParticipant]
-
Undocumented
Declaration
Swift
var isSearchResults: Bool
-
Undocumented
Declaration
Swift
var searchKeyWord: String?
-
Undocumented
Declaration
Swift
var selectedGuestImages: [UIImage]
-
Undocumented
Declaration
Swift
var guestsAddedDuringBroadcast: [SWParticipant]
-
Undocumented
Declaration
Swift
var guestModel: [SWParticipant]
-
Undocumented
Declaration
Swift
var eventId: NSNumber?
-
Undocumented
Declaration
Swift
var streamId: NSNumber?
-
Undocumented
Declaration
Swift
var dismissCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var conatactsShowingCountLbl: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var contactSearchBar: UISearchBar!
-
Undocumented
Declaration
Swift
var singleTapGesture: UITapGestureRecognizer!
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
to pass a function which will executed
Declaration
Swift
func setDismissBlock(dismissBlock: @escaping () -> Void)
Parameters
dismissBlock
function which should be executed
-
Undocumented
Declaration
Swift
func setupModel()
-
Undocumented
Declaration
Swift
func fetchBroadcastersFromServer()
-
Undocumented
Declaration
Swift
@objc func closeView()
-
Undocumented
Declaration
Swift
func callGuestsAddedDuringBroadcast(guestList: [SWParticipant])
-
Undocumented
Declaration
Swift
func createNewInviteesDictionary() -> [AnyHashable : Any]?
-
Undocumented
Declaration
Swift
func addToModel(cellIndex: Int,isRemove:Bool = false)
-
Undocumented
Declaration
Swift
func removeFromSelectedGuestsDuringBroadcast(user: SWParticipant)
-
Undocumented
Declaration
Swift
func updateSelectedGuestIndices()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func searchBarTextDidBeginEditing(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String)
-
Undocumented
Declaration
Swift
func searchBarTextDidEndEditing(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func searchBarSearchButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func searchBarCancelButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func toggleSelection(index: Int,isRemove:Bool = false)
-
Undocumented
Declaration
Swift
func fetchAndUpdateParticipants()