iOS 7 UITextView vertical alignment

前端 未结 8 714
不思量自难忘°
不思量自难忘° 2020-11-29 04:21

How is that possible that my editable UITextView (placed inside a straightforward UIViewController inside a UISplitView that acts as delegate for t

8条回答
  •  长情又很酷
    2020-11-29 05:17

    I had the same issue with iOS 8.1, and none of these suggestions worked.

    What did work was to go into the Storyboard, and drag my UITableView or UITextView so that it was no longer the first subview of my screen's UIView.

    http://www.codeproject.com/Tips/852308/Bug-in-XCode-Vertical-Gap-Above-UITableView

    It seems to be linked to having a UIView embedded in a UINavigationController.

    Bug ? Bug ? Did I say "bug" ...?

    ;-)

提交回复
热议问题