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
I'm having the hardest time to make this component work with a tableView (loaded from a storyboard as a UIViewController that contains a UiTableView).
The VC uses autolayout, it uses "adjust scrollview insets" and "under top bars" edge insets.
If I remove the under top bars, it works like a charm. But if I do, the component is never showed on screen and I have a scrollView content inset visible since there a white space where the component should be.
Here is the code I use and below a screenshot with and without "under top bars" checked.
Hi ;-)
I'm having the hardest time to make this component work with a tableView (loaded from a storyboard as a UIViewController that contains a UiTableView).
The VC uses autolayout, it uses "adjust scrollview insets" and "under top bars" edge insets.
If I remove the under top bars, it works like a charm. But if I do, the component is never showed on screen and I have a scrollView content inset visible since there a white space where the component should be.
Here is the code I use and below a screenshot with and without "under top bars" checked.
Thanks for your help ;)
The text was updated successfully, but these errors were encountered: