SWEditSpeakerNotesViewController
class SWEditSpeakerNotesViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
weak var delegate: SWEditSpeakerNotesViewControllerDelegate?
-
Undocumented
Declaration
Swift
@IBOutlet weak var bottomConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var saveButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var speakerNotes: UITextView!
-
Undocumented
Declaration
Swift
fileprivate var notes: String?
-
Undocumented
Declaration
Swift
let notesCharacterLimit: Int
-
Undocumented
Declaration
Swift
var notesPlaceholder: UILabel?
-
Undocumented
Declaration
Swift
init(_ notes : String? = nil)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
fileprivate func addPlaceHolder()
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()
-
Undocumented
Declaration
Swift
@IBAction func saveButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func backButtonTapped(_ sender: Any)
-
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 showAlertOnFailingSavingNotes()
-
Undocumented
Declaration
Swift
func showAlertOnBackPress()
-
Undocumented
Declaration
Swift
func textViewDidChange(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func hidePlaceHolder(_ textView: UITextView)
-
Undocumented
Declaration
Swift
func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool