I've got a strange bug with header in static grouped table view. It shows only once transition animation ends (apparently on didMoveToParentViewController). UISplitViewController is the root view controller. Example project can be downloaded here. Actually this is a very simple project from Master-Detail Application template. Any suggestions for resolving this bug will be appreciated.
Asked
Active
Viewed 167 times
0
-
1Show the code in your `viewDidAppear` class of the master view controller (with the jumpy header). – Dima May 24 '17 at 15:43
-
There is no any code in viewDidAppear. Even more, there is no even a class for MasterViewController. It's a default view controller from Master-Detail Application template. The only edits I've made: 1) changed tableview content from dynamic prototypes to static cells; 2) changed tableview style from plain to grouped. – Terry May 24 '17 at 15:51
1 Answers
2
It's Simple Just remove Under Top Bar from both Master Scene To Remove
-> Go to Storyboard File
-> Select Master Scene
-> Click on Attributes Inspector(4th Tab)

Community
- 1
- 1

hament miglani
- 176
- 7