How to create Uisegmentedcontrol customized?

Asked

Viewed 84 times

1

How to create UISegmentedControl customized? My goal is to create a UISegmentedControl , as in the image below:

inserir a descrição da imagem aqui

  • 1

    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

  • 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.

  • The first of the makemegeek is more complete, has images accompanying almost the entire implementation procedure.

  • 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

  • Thanks @Diego Dias, I will be checking and return with the result!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.