UIView atop the Keyboard similar to iMessage App
currently I'm attempting to basically implement and exact copy of Apples iMessage App. That means I need a UITextView that is docked at the bottom of the screen, and moves up when it becomes firstResponder. - That's pretty easy actually. There's a bazillion ways to do that and two of the most common are of course animating the view upwards or downwards if a notification was received. The other is to do it via the inputAccessoryView . Sadly some of the features the one has, the other doesn't. And they seem to be mutually exclusive. The big problem is rotation . I've digged through roughly at