SWTitleOrPresentationViewController
class SWTitleOrPresentationViewController : SWBaseViewController, UIGestureRecognizerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var childView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var textView: UITextView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var autoCompleteTableView: UITableView!
-
Undocumented
Declaration
Swift
private var autoCompleteResults: [KLSearchItemModel]
-
Undocumented
Declaration
Swift
@IBOutlet weak var placeholderLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var errorLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var autoCompleteTableViewBottomConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleLeftConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleTopConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var autoCompleteTableViewHeight: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
var isTitleView: Bool
-
Undocumented
Declaration
Swift
var cardState: CardState
-
Undocumented
Declaration
Swift
var cardSubType: CardState.type
-
Undocumented
Declaration
Swift
private var lastWordTyped: String
-
Undocumented
Declaration
Swift
weak var delegate: TitleOrPresentationProtocol?
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@objc func viewTapped()
-
Undocumented
Declaration
Swift
func addPlaceholderText()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()
-
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 textViewDidChange(_ textView: UITextView)
-
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 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)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
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