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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
In my view controller, I was making my navigation bar completely transparent and forcing the contentInset to zero so the content (an image) appeared behind the navigation bar.
After assigning the shy scroll view, I've lost this behavior: the content starts just below the navigation bar, but not behind it.
Is there a way of presetting an initial value for contentInset / scrollIndicatorInsets?
Kind regards,
Guillermo
The text was updated successfully, but these errors were encountered:
+1 I am trying to do the opposite. I have set the content offset to be larger while creating a custom stretchy image atop my tableview similar to a Spotify app page. I have lost this behavior. The image still stretches but its default height is always the height of a navigation bar.
Hi!
In my view controller, I was making my navigation bar completely transparent and forcing the contentInset to zero so the content (an image) appeared behind the navigation bar.
After assigning the shy scroll view, I've lost this behavior: the content starts just below the navigation bar, but not behind it.
Is there a way of presetting an initial value for contentInset / scrollIndicatorInsets?
Kind regards,
Guillermo
The text was updated successfully, but these errors were encountered: