Re: Odd Behavior of UIText View in app compiled with a Base SDK of iOS 11

2017-10-07 Thread Gary L. Wade
I saw some issues in an early beta of iOS 11 of views not being left where they should be, but I was doing some things “esoterically,” and the bug was fixed in the next release. In the meantime, I used the visual debugger to see what was happening, and I might’ve used that info if it hadn’t

Odd Behavior of UIText View in app compiled with a Base SDK of iOS 11

2017-10-06 Thread Michal L. Wright
Hi, I have an app (written in Objective C) that has a UIView that includes a UITableView and a UIToolbar. The bottom section of the table view is a UITextView. The Deployment Target is 9.0, and the Base SDK is iOS 11. Compiling with Xcode 9.0 and running on iPhone 6s (9.2) in the Simulator,