ermalkaleci / CarbonKit

CarbonKit - iOS Components (Obj-C & Swift)
MIT License
682 stars 163 forks source link

Doesn't it has any method to fix the width? #103

Closed praveenkumar56060 closed 8 years ago

praveenkumar56060 commented 8 years ago

Can we have a method to assign the fixed the width for CarbonTabSwipeNavigation

ermalkaleci commented 8 years ago

There is a method for fixed width. Checkout the example project

praveenkumar56060 commented 8 years ago
[carbonTabSwipeNavigation.carbonSegmentedControl setWidth:113.0 forSegmentAtIndex:i];

Right?

Also, how to set the SegmentControl height?