IMGLYTextEditorViewController
open class IMGLYTextEditorViewController : IMGLYSubEditorViewController
extension IMGLYTextEditorViewController: IMGLYTextColorSelectorViewDelegate
extension IMGLYTextEditorViewController: UITextFieldDelegate
extension IMGLYTextEditorViewController: IMGLYFontSelectorViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var textColorSelectorView: IMGLYTextColorSelectorView { get set }
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var textClipView: UIView { get set }
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var textField: UITextField { get set }
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var textLabel: UILabel { get set }
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var fontSelectorContainerView: UIVisualEffectView { get set }
-
Undocumented
Declaration
Swift
open fileprivate(set) lazy var fontSelectorView: IMGLYFontSelectorView { get set }
-
Undocumented
Declaration
Swift
override open func viewDidLoad()
-
Undocumented
Declaration
Swift
override open func viewDidLayoutSubviews()
-
Undocumented
Declaration
Swift
open override func tappedDone(_ sender: UIBarButtonItem?)
-
Undocumented
Declaration
Swift
public func textColorSelectorView(_ selectorView: IMGLYTextColorSelectorView, didSelectColor color: UIColor)
-
Undocumented
Declaration
Swift
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldShouldEndEditing(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func fontSelectorView(_ fontSelectorView: IMGLYFontSelectorView, didSelectFontWithName fontName: String)