摘要:
菜单都以MenuItem开头MenuItemLabel - 文本菜单项MenuItemImage - 图片菜单项// on "init" you need to initialize your instancebool HelloWorld::init(){ if (!Layer::init(... 阅读全文
摘要:
1. ViewsA view (an object whose class is UIView or a subclass of UIView) knows how to draw itself into a rectangular area of the interface.Your app ha... 阅读全文