iOS Question iPhone X Safe Area Question

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello my friends,
As here mentions:
A simple way to handle it is with a "main" layout that includes a panel named pnlRoot. This panel will be resized with this code.
The actual content layout is loaded to this panel.
In order to be compatible with all iOS devices, we have to do two seperate layouts for each new Page we want to add at NavigationController?
 

yiankos1

Well-Known Member
Licensed User
Longtime User
You can use the "main" layout in each of your pages. Just make sure to implement each page in a different class or module.
So, anything attached at layout (barbutton, toolbarbutton etc) must be again initialized through code at "main" layout this time?
 
Upvote 0
Top