-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in one of my controllers toolbar coming only with "Done"button without "<" and ">" buttons . #179
Comments
Please make sure you added all textField on same UIView. If textFields On Tuesday, March 17, 2015, NiteshKumar-webonise notifications@github.com
Sent from My iPhone |
Yes you are right, i just noticed this. Thanks for the answer . |
@hackiftekhar sorry for asking in closed issue, I just do not want to bring this discussion in a new issue, as this is just possibly enhancement / clarification.
I am not sure if subclassing such a view-in-view-in-view will work for me, as it has 2 layers. |
Surely you can do, take a look at -(void)considerToolbarPreviousNextInViewClass:(Class)toolbarPreviousNextConsideredClass; method example at repository demo project. |
@hackiftekhar thank you for quick response! With example I got how it should work. |
This library working fine but in one controller where 1st text field is decimal keyboard type.Toolbar which is attached with next, previous and done button not appearing with next and previous button in that controller
The text was updated successfully, but these errors were encountered: