Marwan Alqadi

Results 3 comments of Marwan Alqadi

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

@Mahmoud3allam @IBOutlet weak var containerView: UIView! var carbonTabSwipeNavigation: CarbonTabSwipeNavigation! override func viewDidLoad() { super.viewDidLoad() carbonTabSwipeNavigation = CarbonTabSwipeNavigation(items: ["tab1","tab3"], delegate: self) carbonTabSwipeNavigation.insert(intoRootViewController: self, andTargetView: containerView) }

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