TTSegmentedControl icon indicating copy to clipboard operation
TTSegmentedControl copied to clipboard

An elegant, animated and customizable segmented control for iOS created by Tapptitude

Results 12 TTSegmentedControl issues
Sort by recently updated
recently updated
newest added

Any one can suggest how to change font type in this?

I've added the segmented by code, and added constraints, but when the app is rtl, the segmented remains the same. Not mirroring the view to support rtl. Try to use...

.selectItemAt(index: 0, animated: true) does not make the thumb move when you try to set the position programmatically. is there another way?? thank you

Following is my code - let segmentControl = TTSegmentedControl(frame: CGRect(x: (contentView.frame.size.width - timeView.frame.size.width) / 2, y: y, width: timeView.frame.size.width, height: segment_control_height)) segmentControl.tag = am_pm_segment_control_tag segmentControl.allowChangeThumbWidth = false segmentControl.noItemSelected = true...

I wanted to added extra attributes to unselected and selected state of segment title in my on going project and found this feature missing. I was able to add this...

Unable to tap control when inside a scrollable view

I want to disable to space between the border of the segment control and the items themselves. Can I? Tried padding=0, didn't work.

Not sure why there are some changes in here that were not done by me for example ```configurated -> configured```. I pulled this repo just an hour ago. My change...