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.
So today I got around to implementing the shy navbar in our upcoming iOS app, and it's working great until I add an extension view. I'm using a UIView with a table view embedded in that. Inside that table view, I've placed my extension view inside the table view on the top, with a prototype cell right under that. See the following screenshot from IB:
However, this produces an unexpected result in the app where the labels disappear:
Is this a known issue, and somehow related to #41 or am I just doing something wrong?
The same thing happens regardless of if I use constraints or not.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So today I got around to implementing the shy navbar in our upcoming iOS app, and it's working great until I add an extension view. I'm using a UIView with a table view embedded in that. Inside that table view, I've placed my extension view inside the table view on the top, with a prototype cell right under that. See the following screenshot from IB:
However, this produces an unexpected result in the app where the labels disappear:
Is this a known issue, and somehow related to #41 or am I just doing something wrong?
The same thing happens regardless of if I use constraints or not.
The text was updated successfully, but these errors were encountered: