glaszig / SZTextView

A drop-in UITextView replacement which gives you: a placeholder.
MIT License
683 stars 102 forks source link

textContainerInset is available after iOS 7 #25

Closed pjs7678 closed 9 years ago

pjs7678 commented 9 years ago

UITextView.h // Inset the text container's layout area within the text view's content area @property(nonatomic, assign) UIEdgeInsets textContainerInset NS_AVAILABLE_IOS(7_0);

But, it is not concerned in SZTextView.

pjs7678 commented 9 years ago

Sorry, I misunderstand,