Papercloud / KeyboardConstraint

A NSLayoutConstraint subclass which observes keyboard notifications.
MIT License
14 stars 2 forks source link

If keyboard is visible upon initial layout. #3

Open markst opened 9 years ago

markst commented 9 years ago

Needs to check whether the keyboard is visible on creation & update the constant accordingly.

markst commented 9 years ago

Not sure what's appropriate for this. Since we should be checking whether keyboard is visible at time of view layout rather than creation of constraint. i.e a keyboard might be visible a the time the constraint is created for vc, but when presented modally will dismiss the keyboard... which in fact wont be an issue.