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.
@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.