iOS Question [iTabStrip bug] mainpage with height outside the viewing area

Waldemar Lima

Well-Known Member
Licensed User
All the first pages (MainPage) in the TabStrip, the Height is a bit outside the viewing area
screenshot below


by default it should look like this
1598696211698.png

but the height of the clv is going down
1598696127371.png

this happens with all the pages i load first on iTabStrip
I resolved with
B4X:
clv.GetBase.Height = clv.GetBase.Height - 20dip
but I don't know if this is an effective correction ...

can someone help me?
 
Top