1
How to create UISegmentedControl
customized? My goal is to create a UISegmentedControl
, as in the image below:
1
How to create UISegmentedControl
customized? My goal is to create a UISegmentedControl
, as in the image below:
Browser other questions tagged ios objective-c uiview
You are not signed in. Login or sign up in order to post.
Take a look at these two tutorials. This: http://www.makemegeek.com/uisegmentedcontrol-example-ios/ and this http://redartisan.com/2010/6/27/uisegmented-control-view-switching-revisited
– João Paraná
the second link of Redartisan is not very clear, had already seen. So much so that if you download the example project, the explanations in the tutorial do not reach half of what was necessary to create the example project.
– Tiago Amaral
The first of the makemegeek is more complete, has images accompanying almost the entire implementation procedure.
– Tiago Amaral
Take a look at this, try to do things as natively as possible, because in system updates, it will still ensure functioning. http://smnh.me/customizing-appearance-of-uisegmentedcontrol/ Has this component ready as well: https://github.com/HeshamMegid/HMSegmentedControl
– Diego Dias
Thanks @Diego Dias, I will be checking and return with the result!
– Tiago Amaral