2016年4月29日

摘要: 在控件事件中,简单解释下下面几个事件。 说明:由于是在“iOS 模拟器”中测试的,所以不能用手指,只能用鼠标。 1)UIControlEventTouchDown 指鼠标左键按下(注:只是“按下”)的动作 2)UIControlEventTouchDownRepeat 指鼠标左键连续多次重复按下(注 阅读全文
posted @ 2016-04-29 20:16 四叔 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: [[NSBundle mainBundle] pathForResource:@"someFileName" ofType:@"yourFileExtension"]; [YourViewController initWithNibName:"YourViewController" bundle:n 阅读全文
posted @ 2016-04-29 17:22 四叔 阅读(252) 评论(0) 推荐(0) 编辑