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

Problem about textfield in tableview cell #35

Open
icefox57 opened this issue Jun 30, 2017 · 1 comment
Open

Problem about textfield in tableview cell #35

icefox57 opened this issue Jun 30, 2017 · 1 comment

Comments

@icefox57
Copy link

icefox57 commented Jun 30, 2017

First sorry for last post did not give the detail information.

Here is what happen
I have a View controller , and it has a navigation controller as child view controller .
and navigation controller's root view controller has a tableview,
tableview has many cell some of them has textview.
I want to keyboard not block the textview ,when user start to enter something

i tried KeyboardAvoiding.avoidingView = textview at textview's delegate
but not work , textview move up in cell's content.

And now i use , KeyboardAvoiding.avoidingView = tableView.
it's ok but not perfect. because child view move up ,and it's parent view still there used a lot space.

I think may be it is better to have a config , can choose which view move up,
for my case it is better move the parent view or window may be the best.

And my english is not well ,hope u can understand.

@jkmathew
Copy link

jkmathew commented Apr 4, 2018

I think its related to #31

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

No branches or pull requests

2 participants