MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

iOS 7 auto layout exception. #25

Closed kioltk closed 8 years ago

kioltk commented 8 years ago

Hello, getting the exception on iOS 7.1.2 on iPhone 4, on iOS 8 and 9 everything works good.

Here is text of exception:

Fatal Exception: NSInternalInconsistencyException Auto Layout still required after executing - layoutSubviews. KMPlaceholderTextView's implementation of -layoutSubviews needs to call super.

MoZhouqi commented 8 years ago

Hi, could you give me a demo to reproduce the issue?