sobri909 / MGBoxKit

Simple, quick iOS tables, grids, and more
Other
1.79k stars 283 forks source link

Take keepFirstResponderAboveKeyboard property effect when keyboard will disappear #138

Closed linkoubian closed 9 years ago

linkoubian commented 9 years ago

When MGScrollView needs ignore keyboard event, the property - keepFirstResponderAboveKeyboard - should be set to NO. While in the method - keyboardWillDisappear, the current existing code doesn't check this property.

So, please accept the PR when you examined issue. Thanks.

sobri909 commented 9 years ago

Makes sense. Merged.