TheEightBot / Xamarin.IQKeyboardManager

A Binding for the IQKeyboardManager
Other
46 stars 11 forks source link

Update library #8

Closed rusty21 closed 7 years ago

rusty21 commented 7 years ago

Could we get an update for this, there seems to be some missing functionality that I would like to take advantage of.

michaelstonis commented 7 years ago

Can you expand on that? I believe the current release of this package is only one release behind and that release is only for swift support.

rusty21 commented 7 years ago

Maybe it's just my lack of knowledge but I want to use the previous next functionality for the tool bar, but my text fields don't have the same direct parent. I was hoping to use this property @property(nonatomic, strong, nonnull, readonly) NSMutableSet<Class> *toolbarPreviousNextAllowedClasses; to allow the previous next functionality to work with textfields that are in different subviews. I don't see this property as an option in this library.

rusty21 commented 7 years ago

Is there an update on this?

michaelstonis commented 7 years ago

I updated the package with the latest API definitions from 4.0.9. This should include the functionality that you are looking for.

rusty21 commented 7 years ago

Thanks I appreciate it!