Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Header on top of the tab bar ? #214

Open
ducbm051291 opened this issue Jun 12, 2018 · 2 comments
Open

Header on top of the tab bar ? #214

ducbm051291 opened this issue Jun 12, 2018 · 2 comments

Comments

@ducbm051291
Copy link

Is it possible to add a header view above the Tab Bar? Please help me this case, tks so much :)

@malqadi88
Copy link

@ducbm051291
just create subview (offset from above) and connect it into controller then
use [carbonTabSwipeNavigation insertIntoRootViewController:self andTargetView:subview]
to load tabs inside subview.

@Md-Rais
Copy link

Md-Rais commented Jul 2, 2019

Create 2 views in your storyboard. Let View1 be the header view and View2 be the bottom view created to use by the carbonTabSwipeNavigation.
Create connection for View2.

And then use this code:
carbonTabSwipeNavigation.insert(intoRootViewController: self, andTargetView: View2)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants