Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
快速提问:有谁知道我如何创建一个像按钮一样的分段控件。这种控制可以在 Yelp 和 Tweetbot 等应用程序中找到。
您说它们就像按钮一样,几乎一针见血——您应该将每个按钮实现为单独的UIButton. 尽管他们似乎加入了,但他们的行为并不像UISegmentedControl.
UIButton
UISegmentedControl
这是我在 GitHub 上制作并发布的控件。https://github.com/keirp/Glass-Segmented-Buttons-for-iOS-5.1-