Skip to content

Tags: glaszig/SZTextView

Tags

1.3.0

Toggle 1.3.0's commit message
- Allow use in application extensions -- #55 [@simonboots]

- Upgraded target platform to 8.0. Older versions are now unsupported.

1.2.2

Toggle 1.2.2's commit message
- Carthage support -- #36 [@iv-mexx]

1.2.1

Toggle 1.2.1's commit message
- Support for fadding animation for placeholder -- #34 [@jaropawlak]

1.2.0

Toggle 1.2.0's commit message
- Supporting IBInspectable for `placeholder` and IB_DESIGNABLE -- #23, 

…#32 [@MoathOthman]

- Improved default placeholder color -- #30 [@erf]
- Properly syncing inset and offset configured in interface builder

1.1.10

Toggle 1.1.10's commit message
Version 1.1.10

- Fixing handling of `contentInset` and `contentOffset` for text views configured in IB or setup in code. See #21. [@pjs7678]

1.1.9

Toggle 1.1.9's commit message
Version 1.1.9

- Supporting the new (iOS 7) initializer `initWithFrame:textContainer:` -- #20 [@vlas-voloshin]

1.1.8

Toggle 1.1.8's commit message
Version 1.1.8

- Syncing `textAlignment` property -- #18 [@arturgrigor]

1.1.7

Toggle 1.1.7's commit message
Version 1.1.7

- Actually copying properties in setters instead of just assigning them -- #17 [@Xuki]

1.1.6

Toggle 1.1.6's commit message
Version 1.1.6

- Sync text view's and placeholder's `contentInset` and `contentOffset` -- #16 [@RyanBertrand]

1.1.5

Toggle 1.1.5's commit message
Version 1.1.5

- Properly allow usage of User Defined Runtime Attributes in Interface Builder -- #15 [@paulz]