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.
我正在开发一个应用程序,我需要声音开/关的切换按钮,并且我正在使用 UIActionsheet。
任何演示/教程将不胜感激。
谢谢 !!
不,Cocos2d 视图不能与 UIKit 一起使用(除非添加CCDirector.view为子视图的解决方法)。此外,UIActionSheet只允许普通按钮,不允许切换/切换按钮。您可能想要创建自己的视图,看起来像UIActionSheet,但支持更多操作,例如切换按钮。
CCDirector.view
UIActionSheet