UITextView

class UITextView : UIScrollView, UITextInput, UIContentSizeCategoryAdjusting
  • Undocumented

    Declaration

    Swift

    override open var bounds: CGRect { get set }
  • A key that is use to localize placeholder

    Declaration

    Swift

    @IBInspectable
    open var localizableKey: String? { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var placeholder: String? { get set }
  • Adjusts placeholderLabel’s frame to current frame of UITextView

    Declaration

    Swift

    public func resizePlaceholder()