选择菜单,如 Tap Tap Revenge 3
我想知道如何实现像点击复仇 3 这样的选择菜单。我是否需要制作一个完整的自定义类或任何帮助,我应该驱动我的子类哪个类。我尝试修改 UIPickerView 但我无法更改背景图像和框架(两者是私人的)。
谢谢 Mrigank Gupta
这是图像的链接(没有声誉发布图像)
http://www.mrigankgupta.com freeimagehosting.net/uploads/345aed3aee.jpg
I am wondering how to achieve selection menu like tap tap revenge 3 have.Do I need to make a whole custom class or any help which class should I drive my subclass.I tried to modify UIPickerView but I cant change background image and frame(both is private).
Thanks
Mrigank Gupta
Here is the link of image(not having reputation to post image)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
制作自定义控件类比尝试硬塞现有控件类更容易。
Tapbots 整理了一篇关于他们工作的小文章。
http://tapbots.com/blog/design/designing-convertbot
您应该能够使用一些图像、一个按钮、图形转换和触摸事件处理来实现它。
Making a custom control class will be easier than trying to shoehorn one of the existing ones.
Tapbots put together a little article on their work.
http://tapbots.com/blog/design/designing-convertbot
You should be able to use a few images, a button, graphics transforms and touch event handling to pull it off.