Re: What UIControl could this be?

2015-02-09 Thread Todd Freese
There are a bunch of projects on github to do this. Here is one I use and really like it: https://github.com/dzenbot/DZNSegmentedControl https://github.com/dzenbot/DZNSegmentedControl T On Feb 9, 2015, at 11:49 AM, David Duncan david.dun...@apple.com wrote: You can use the appearance

Re: What UIControl could this be?

2015-02-09 Thread David Duncan
You can use the appearance proxy to change the look of many controls in UIKit. In the case of UISegmentedControl you can set background images to use for the segments, along with other properties. I think you can then just configure the segment text with line breaks to get this specific look.

[RESOLVED] Re: What UIControl could this be?

2015-02-09 Thread Aaron Lewis
Thanks Todd David. I found a similar project and it works great! On Tue, Feb 10, 2015 at 3:13 AM, Todd Freese applecocoal...@filmworkers.com wrote: There are a bunch of projects on github to do this. Here is one I use and really like it: https://github.com/dzenbot/DZNSegmentedControl T

What UIControl could this be?

2015-02-07 Thread Aaron Lewis
Hi, I'm trying to create something similar in this image: http://ui4app.qiniudn.com/photo/app/527dae076803fa9c0103.png In the middle of the View there's a horizontal navigation bar, the 190 photos, 429 followers and 253 following part. Looks similar to UISegmentControl I guess? But I'm not