SWQuickLivePrefrencesViewController
class SWQuickLivePrefrencesViewController : SWBaseViewController, UITextViewDelegate, UICollectionViewDelegate, UICollectionViewDataSource, UIGestureRecognizerDelegate, UITableViewDataSource, UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var channelDisplayView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var channelLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var arrowImageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var selectedPreferenceTitleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var autoCompleteTableView: UITableView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleTextView: UITextView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var notesTextView: UITextView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var topSpaceForDivider: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var episodeLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var episodeDisplayView: UIView!
-
Undocumented
Declaration
Swift
var storageFBReference: StorageReference!
-
Undocumented
Declaration
Swift
var placeHolderlabel: UILabel?
-
Undocumented
Declaration
Swift
var channelList: [InterestModel]?
-
Undocumented
Declaration
Swift
var selectedChannelIndex: Int?
-
Undocumented
Declaration
Swift
private var autoCompleteResults: [KLSearchItemModel]
-
Undocumented
Declaration
Swift
private var lastWordTyped: String
-
Undocumented
Declaration
Swift
private var characterLimit: Int
-
Undocumented
Declaration
Swift
private var notesCharacterLimit: Int
-
Reference to instance used to reach the navif=gation controller of broadcastIntroductoryViewController
Declaration
Swift
var broadcastIntroductoryViewController: KLBroadcastIntroductoryViewController?
-
Reference to instance used to record broadcast preview.
Declaration
Swift
var previewRecorderVC: SWPreviewRecorderViewController?
-
Details of last created broadcast.
Declaration
Swift
var lastBroadcastDetails: BroadcastDetails?
-
Undocumented
Declaration
Swift
var isShow: Bool!
-
Undocumented
Declaration
Swift
var lastEpisode: Int?
-
Undocumented
Declaration
Swift
var currentEpisode: Int?
-
Undocumented
Declaration
Swift
var completionHandler: (() -> ())?
-
Undocumented
Declaration
Swift
var notesPlaceholder: UILabel?
-
Undocumented
Declaration
Swift
let filterArray: [String]
-
Undocumented
Declaration
Swift
@IBOutlet weak var bottomConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
-
Undocumented
Declaration
Swift
func setUpUI()
-
Undocumented
Declaration
Swift
func setUpUIForShowBroadcast()
-
Undocumented
Declaration
Swift
func setUpUIForBroadcast()
-
Undocumented
Declaration
Swift
@objc func showChannels(_ recognizer: UIGestureRecognizer)
-
Undocumented
Declaration
Swift
@IBAction func plusEpisodeButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func minusEpisodeButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@IBAction func dismissButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
-
Undocumented
Declaration
Swift
func setupModel()
-
Undocumented
Declaration
Swift
func setupObservers()
-
Undocumented
Declaration
Swift
func addTextViewPlaceHolder()
-
Undocumented
Declaration
Swift
@objc func keyboardWillShow(notification: NSNotification)
-
Undocumented
Declaration
Swift
@objc func keyboardWillHide(notification: NSNotification)
-
Undocumented
Declaration
Swift
func adjustingHeight(_ show: Bool, notification: NSNotification)
-
Undocumented
Declaration
Swift
func viewTapped()
-
Undocumented
Declaration
Swift
func textViewDidEndEditing(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func hidePlaceHolder(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func updateTextViewFrame()
-
Undocumented
Declaration
Swift
func updateNotesTextViewFrame()
-
Undocumented
Declaration
Swift
func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool
-
Undocumented
Declaration
Swift
func validateAndSuggestWords()
-
Undocumented
Declaration
Swift
func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt 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, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
removes the last entered word with cursor’s position and inserts the new text and updates the uitextview frame
Declaration
Swift
func replaceLastEnteredTextWith(stringTobeInserted: String)
Parameters
string