SDSegmentedControl
SDSegmentedControl copied to clipboard
A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls
Could you do a `pod trunk push`, please?
According to the example I created a sample project in swift targeting iOS 8.1 but it didn't work out as expected. I couldn't get the sample control to be visible...
Hi, I get Crash log as below: Crashed: com.apple.main-thread SIGABRT ABORT at 0x00000001956cf270 raw libsystem_kernel.dylib __pthread_kill + 8 libsystem_c.dylib basename CoreGraphics CG::Path::move_to_point(CGPoint const&, CGAffineTransform const*) UIKit +[UIBezierPath _continuousRoundedRectBezierPath:withRoundedCorners:cornerRadii:segments:smoothPillShapes:] + UIKit...
Hello, My segment control is made of 14 segments and I want the last one to be the first selected segment. I did so by using [segmentControl setSelectedSegmentIndex:13]; My problem...
This works fine under IOS7 and lower, under IOS8 the first time we push the view containing he SDSegmentControl all is ok. the next time around (Go back to previous...
Im trying to make it look like the segment control is part of a UINavigation bar but since the arrow is clear i can still see the navigation bar bit...
After performing an animation using auto layout constraints, segment control labels misplaces its positions. Label frame moves down visually beyond the segment control bounds.
I'm not sure if this the intended behavior of the segmented control, but when I place the object in a view that is embedded in a Navigation Controller, the segment...
`segmentedViewAppearance.imageSize = CGSizeMake(128, 128);` doesn't seem to work. `_imageSize` is always 18 x 18.
When I run SDSegmentedControl Demo, I try click Disable Segement Button, At last, The app will crash. I found this code don't check selectedSegmentIndex. - (void)setEnabled:(BOOL)enabled forSegmentAtIndex:(NSUInteger)index { [self segmentAtIndex:index].enabled...