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.
我想制作具有三种状态的 Switch。基本上我需要存储值 0 或 1 或 2。通过检查 Switch 的状态。
请帮助进行此切换。如果可以使用 IB 进行,那将非常好,因为它很容易放置在正确的位置。
(我有图像但无法显示 bec 是新的,还没有 10 声望)
提前感谢您的创造性思维
您应该为此使用 UISegmentedControl。它是标准控件集的一部分,Apple 已经处理了可访问性支持,用户将知道如何处理它。
制作一个看起来像 UISwitch 但行为不同的自定义控件是一个坏主意。