Displacement of UIElements in Xcode

Originator:ap-barth
Number:rdar://30074592 Date Originated:18-Jan-2017 04:22 PM
Status:Open Resolved:NO
Product:Developer Tools Product Version:Xcode Version 8.2.1 (8C1002)
Classification:Bug Reproducible:Yes
 
Summary:
If i have a UITableViewController (TVC) after an item of a TabBarController (TBC) in Storyboard and toggle the Bottom Bar setting of the TVC to inferred. I see the Bottom Bar from the TBC and i can click on the UIElements with no problem. But if i toggle the Bottom Bar setting to Translucent Toolbar then the visual part of the UIElement is moved, but i looks like the element with i can select with the mouse is not. This is visible in the Screen i attached, there i managed to select the second TableViewCell, but as you can see the visualization of the selection i not on the position the actual Cell is shown.

Steps to Reproduce:
1. New Project
2. Add UITabBarController
3. Add a TableViewController after one of the Items of the TBC
4. Add a Segue with typ Show (e.g. Push) from the Item to the TVC
5. Toggle the Bottom Bar setting of the TVC to Translucent Toolbar

Expected Results:
The area where i select (click on) the TableViewCell's is moved to the same part as the visual.

Actual Results:
The area where i select (click on) the TableViewCell's seams to stay at the previous position.

Version:
Xcode Version 8.2.1 (8C1002)
OS X 10.11.6 (15G1108)

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!