Ermal Kaleci

Results 60 comments of Ermal Kaleci

Hey @ansonnch Follow the Example2 and this screenshot

[carbonTabSwipeNavigation insertIntoRootViewController:self andTargetView:yourView]

@YKV maybe you're doing something wrong. can you share code?

@simonarcher you can customise the `CarbonTabSwipeSegmentedControl.m` and comment line 161 & 163

@mberndt92 iOS version please?

@mberndt92 I can't reproduce it. Can you try the examples?

@AashishDev there's no way. the toolbar is an UISegmentedControl so you can add UIImage or Text. Or you can generate icon and text as image and pass it segmented control

@AashishDev you can try something like this ``` func generateImage(for view: UIView) -> UIImage? { defer { UIGraphicsEndImageContext() } UIGraphicsBeginImageContextWithOptions(view.bounds.size, false, UIScreen.main.scale) if let context = UIGraphicsGetCurrentContext() { view.layer.render(in: context)...

It's not a feature but you can try to hack carbonTabSwipeScrollView. contentInsets