top/bottom layout guides not working

After changing presentantion styles or preforming push segues, the top and bottom guides are not working as supposed, and views extend over the top and bottom bars. I wonder.. this is expected and we should account for this or is it a bug??

Replies

It's a known bug and mentioned in the Release notes:


"When UISearchController and UITableViewController are used in Messages extensions, their content can be hidden below the top bar. Workaround: Use insets of around 80px on top and 40px on the bottom."


I'm also seeing this with other ViewControllers (not only UITableViewController or UISearchController)

Yes, I've seen that it also happens with viewcontrollers too, I wonder if apple is aware of this.


Also, their workaround kind of *****, because it's intermitent :/