I'm attempting to override the onDraw
method of a button because I want to create a different styled button. I want to create a button like combobox
with iOS SDK
. I've already found source code, but it will not work.
问问题
1280 次
2 回答
1
在 ios 中尝试这个组合框。
于 2013-04-27T10:32:09.293 回答
0
根据您尝试选择的条目数量,您可能需要查看UISegmentedControl。它就像一个单选按钮,您可以在其中选择一个“活动”选项(留下一个或多个“非活动”选项)。如果您有很多不同的选项,它会变得混乱,并且用户很难选择他们想要的选项。
于 2013-05-09T14:01:31.627 回答