Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
122 stars 22 forks source link

The Keyboard observer shouldn't force the view to update its layout. #144

Closed alexrrouse closed 9 years ago

alexrrouse commented 9 years ago

The Keyboard observer shouldn't force the view to update its layout. The view should control when and if it want's to do this in it's animation block.

ZevEisenberg commented 9 years ago

+1 would merge. I made an NSObject version of this category for my current project, and I also removed the layout stuff. But it's a breaking change for anyone who depends on it. Might want to change the API at the same time, so it's clearer that it's different.