KLSelectPreferencesViewController
class KLSelectPreferencesViewController : SWBaseViewController
Undocumented
-
Details of last created broadcast.
Declaration
Swift
var lastBroadcastDetails: BroadcastDetails?
-
Reference to instance used to record broadcast preview.
Declaration
Swift
var previewRecorderVC: SWPreviewRecorderViewController?
-
Undocumented
Declaration
Swift
var channelList: [InterestModel]?
-
Undocumented
Declaration
Swift
var selectedChannelIndex: Int?
-
Undocumented
Declaration
Swift
var broadcastIntroductoryViewController: KLBroadcastIntroductoryViewController?
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
IBOutlet to Next button. It should be enable only when a channel is selected.
Declaration
Swift
@IBOutlet weak var nextBtn: UIButton!
-
Undocumented
Declaration
Swift
var storageFBReference: StorageReference!
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
@IBAction func dismissButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func setupView()
-
Undocumented
Declaration
Swift
func setupNavigationBar()
-
Undocumented
Declaration
Swift
func setupModel()
-
Declaration
Swift
@IBAction func nextBtnClicked(_ sender: Any)
Parameters
sender
sender description
-
Undocumented
Declaration
Swift
func resolveMicrophonePermission()
-
Undocumented
Declaration
Swift
func resolveCameraPermission()
-
Undocumented
Declaration
Swift
func requestForAudioPermission()
-
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 tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)