Opaque,Chears Graphics Context,Clip Subviews,Autoresize Subviews,个人理解。 Opaque:透明属性,选取后避免下层view显示,减少计算周期。 Clears Graphi …
标签 : Xcode › 11个相关结果 73次浏览
NSAutoreleasePool’ is unavailable: not available in automatic reference counting mode 把arc(auto-reference-command) …
Worning:Must explicitly describe intended ownership of an object array parameter 环境:XCODE4.3.1 需要禁用ARC Project -> Ap …
1, File→New→Project 2, 选择Mac OS X→Command Line Tool 3,Next 4, 输入Product Name,Type选择 Foundation,Next 5, 选择创建位置,Create …