Quick question: Does anyone know how I could create a segmented control that acts like a button. This kind of control can be found in apps like Yelp and Tweetbot.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ve pretty much hit the nail on the head by saying they act like buttons – you should implement each one as a separate
UIButton. Although they seem joined they don’t act like aUISegmentedControl.