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 Nov 29, 2022. It is now read-only.
Great repo 👍
I just wondering is there an easy way to glue the segmentControl below navigation bar while scrolling?
It will be great if there is an API to accomplish this.
The text was updated successfully, but these errors were encountered:
Depends of your layout.
If you're using UITableView or UICollectionView you can add the segmentedControl as a floating section header view and give the impression it's stick to the navigation bar.
Another approach, would be to create a custom UINavigationBar subclass and do the hard work of actually extending the view to host the segmentedControl.
Great repo 👍
I just wondering is there an easy way to glue the segmentControl below navigation bar while scrolling?
It will be great if there is an API to accomplish this.
The text was updated successfully, but these errors were encountered: