KLBroadcastIntroductoryViewController
class KLBroadcastIntroductoryViewController : SWBaseViewController, CLLocationManagerDelegate, UITextViewDelegate, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
var userHandle: String?
-
Undocumented
Declaration
Swift
var broadcastProperties: BroadcastProperties
-
Instance of location manager used to check and request for location permission.
Declaration
Swift
let locationManager: CLLocationManager
-
Boolean value indicate that is view controller was sent to background while supposed to enable location services.
Declaration
Swift
var isSupposedToEnableLocation: Bool
-
Undocumented
Declaration
Swift
@IBOutlet weak var cancelButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var topicOfDiscussionTextView: UITextView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var textFieldHightConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var topicOfDiscussionTitleCharacterCountLbl: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var locationButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var qualityButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var locationHint: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var nextButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var nextButtonBottomConstraint: NSLayoutConstraint!
-
UIImage view used to display network connection strength icon.
Declaration
Swift
@IBOutlet weak var networkStrengthIV: UIImageView!
-
Label of network strength.
Declaration
Swift
@IBOutlet weak var networkStrengthLbl: UILabel!
-
Undocumented
Declaration
Swift
var placeHolderlabel: UILabel?
-
Undocumented
Declaration
Swift
func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
deinit
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func addTextViewPlaceHolder()
-
Undocumented
Declaration
Swift
@objc func applicationWillEnterForeground()
-
Undocumented
Declaration
Swift
func setupObservers()
-
Undocumented
Declaration
Swift
func setupModel()
-
Undocumented
Declaration
Swift
func setupView()
-
Undocumented
Declaration
Swift
@objc func keyboardWillShow(notification: NSNotification)
-
Undocumented
Declaration
Swift
@objc func keyboardWillHide(notification: NSNotification)
-
Undocumented
Declaration
Swift
func updateBottomConstraintOfNextButton(notification: NSNotification)
-
Undocumented
Declaration
Swift
@objc func viewTapped()
-
Undocumented
Declaration
Swift
func textFieldDidChange(_ textField: UITextField)
-
Undocumented
Declaration
Swift
func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool
-
Undocumented
Declaration
Swift
func textViewDidEndEditing(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool
-
Undocumented
Declaration
Swift
@IBAction func cancelButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func doQualityButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func doLocationEnabledTapped(_ sender: UIButton?)
-
Undocumented
Declaration
Swift
@IBAction func doNextButtonTapped(_ sender: UIButton)
-
Undocumented
Declaration
Swift
func validateText(text: String) -> Bool
-
Undocumented
Declaration
Swift
func trackLocationToggle()