SWBroadcastAllViewersViewController
class SWBroadcastAllViewersViewController : SWBaseViewController, UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, SWLoginPopupViewControllerDelegate, ViewerTableViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var dismissBtn: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var searchbar: UISearchBar!
-
Undocumented
Declaration
Swift
let pageSize: Int
-
Undocumented
Declaration
Swift
var pageCount: Int
-
Undocumented
Declaration
Swift
var dismissCallback: (() -> Void)?
-
Undocumented
Declaration
Swift
var stream: SWStream!
-
Undocumented
Declaration
Swift
var viewers: [SWViewer]
-
Undocumented
Declaration
Swift
var hasMoreViewers: Bool
-
Undocumented
Declaration
Swift
var shouldSetSearchAsFirstResponder: Bool
-
Undocumented
Declaration
Swift
var httpServiceFollow: HttpService?
-
Undocumented
Declaration
Swift
var searchViewModel: SWMergedBroadcastDetailsSearchViewModel!
-
Undocumented
Declaration
Swift
override var preferredStatusBarStyle: UIStatusBarStyle { get }
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
deinit
-
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 fetchViewers()
-
Undocumented
Declaration
Swift
@IBAction func followBtnTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func dismissBtnTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
func closeView()
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func loginSuccessful()
-
Undocumented
Declaration
Swift
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String)
-
Undocumented
Declaration
Swift
func searchBarSearchButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func searchBarCancelButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
func updateViewers(viewerList: [SWViewer])
-
Undocumented
Declaration
Swift
func showProfileCardFor(user: SWUser)
-
Undocumented
Declaration
Swift
func didTapProfileImageOfViewer(_ viewer: SWViewer)