Skip to content
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

Change text field with tag not work #380

Closed
JonyMateos opened this issue Dec 9, 2015 · 1 comment
Closed

Change text field with tag not work #380

JonyMateos opened this issue Dec 9, 2015 · 1 comment
Labels

Comments

@JonyMateos
Copy link

Hello, thanks for this great library.

I have the views that are shown in image, selected in green. Inside view1 are two text fields (with tag 1 and 2), inside view3 are five text fields (tags 3, 4, 5, 6 and 7, respectively).

I need to pass from the text field with value "Suárez" (tag 2) to text field "esteban" (tag 3).

I tried it with some methods like the next but I have not gotten it working:

[[IQKeyboardManager sharedManager] setToolbarManageBehaviour:IQAutoToolbarByTag]; 
[[IQKeyboardManager sharedManager] considerToolbarPreviousNextInViewClass:[EditarPerfilViewController class]];

tags

@hackiftekhar
Copy link
Owner

You should pass the custom view class in method and not the ViewController's class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants