I have to deal with a view that's going to have multiple UITextViews. I try to avoid dealing with even one UITextView, ugh wish me luck.
Discover & share this Star Wars GIF with everyone you know. GIPHY is how you search, share, discover, and create GIFs.
@paul Try putting seven of them in a horizontal UIScrollView! UIKeyboardNotification hell.
@amyworrall I try to start over every time I do it, to see if I can come up with a better approach.
Right now I'm in the properly scrolling the containing tableview while keyboard is visible state of things. If there's some new tricks that don't involve manually adjusting the contentInset and those will/didShow keyboard notifications I wouldn't mind hearing about that.