
iOS
文章平均质量分 77
HoNooD
这个作者很懒,什么都没留下…
展开
-
Xcode and #pragma mark
From: http://macdevelopertips.com/xcode/xcode-and-pragma-mark.htmlXcode and #pragma markPublished by john at 5:35 am under XcodeI’ve started转载 2011-07-26 13:11:41 · 3815 阅读 · 2 评论 -
iOS UIControl 几个事件的说明
在控件事件中,简单解释下下面几个事件。说明:由于是在“iOS 模拟器”中测试的,所以不能用手指,只能用鼠标。1)UIControlEventTouchDown指鼠标左键按下(注:只是“按下”)的动作2)UIControlEventTouchDownRepeat指鼠标左键连续多次重原创 2011-07-18 13:27:08 · 34067 阅读 · 1 评论 -
Xcode编译错误:Synthesized property 'xxxXXX' must either be named the same as a compatible ivar or mus
---- 2011.07.21 更新 ----// 2011.07.21 // Xcode 4.0.2// 64-bit @interface IvarNameTest : NSObject {@private} @property(nona原创 2011-07-21 14:58:39 · 10144 阅读 · 1 评论