You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set navbar translucent to false grid stops working.
The grid is there but the UIViews that I have placed on first row is on third row if translucent is set to false (when true all is fine).
I tried this in both apperance.rb and style sheets.
Hello,
When I set navbar translucent to false grid stops working.
The grid is there but the UIViews that I have placed on first row is on third row if translucent is set to false (when true all is fine).
I tried this in both apperance.rb and style sheets.
UINavigationBar.appearance.translucent = false
This seems to be a serious bug since I cannot even use a background image without disturbing the grid.
Base view when translucent is set to true
UIView ( root_view ) 4487615040 {l: 0, t: 0, w: 375, h: 603}
Base view when translucent is set to false
UIView ( root_view ) 4487615040 {l: 0, t: 64, w: 375, h: 603}
What is wrong? Please help. Redpotion is a seriously cool tool but me (and I guess many with me) cannot use it until this bug is fixed.
Thanks!
The text was updated successfully, but these errors were encountered: