UISplitViewController detail-only inputAccessoryView
问题 I am trying to imitate Apple's iMessage application in terms of the message input toolbar. Apple has a UIToolbar which is the input accessory view of a UITextView it contains, and also the inputAccessoryView of the actual view. That way, the toolbar is always present, and when the keyboard appears, it slides with the keyboard. On the iPad, they seem to have a UISplitViewController , and the toolbar is part of the detail view controller. Now, when I have the same set up, my detail view's input