2015年2月6日

Transform Demo(按钮操作Demo优化)

摘要: //// ViewController.m// Transform演练//#import "ViewController.h"typedef enum{ kMovingDirTop = 10, kMovingDirBottom, kMovingDirLeft, kMovingDirRight... 阅读全文

posted @ 2015-02-06 17:58 Holy_Mac 阅读(196) 评论(0) 推荐(0) 编辑

按钮操作Demo

摘要: //// ViewController.m// 按钮操作#import "ViewController.h"/**使用git1.创建项目时,勾选Git2.开发告一段落,选择"source Control",并编写注释*/// 枚举类型实质上就是一个整数,作用就是用来代替魔法数字// 枚举类型中,指定... 阅读全文

posted @ 2015-02-06 17:55 Holy_Mac 阅读(272) 评论(0) 推荐(0) 编辑

当系统8.1开场动画 为黑屏时的处理方法

摘要: 首先删除 LaunchScreen.xib 这个文件 并且将项目配置调成下图 Retina4的开场图片就可以显示了 阅读全文

posted @ 2015-02-06 13:07 Holy_Mac 阅读(192) 评论(0) 推荐(0) 编辑

Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the desiperhaps the designated entry point is not set?

摘要: 错误现象: XCODE 6.1 在使用storyboard时,报错:FailedtoinstantiatethedefaultviewcontrollerforUIMainStoryboardFile 'MainStoryboard' - perhapsthedesignated entry poi... 阅读全文

posted @ 2015-02-06 10:44 Holy_Mac 阅读(516) 评论(0) 推荐(1) 编辑

xcode运行到真机报错原因之加载图片保存格式问题

摘要: 当出现以上错误的时候:是提示的png并不是ps导出的png,而是手动修改jpeg后缀名为png,在模拟器上不会报错,但在真机,不 识别这种所谓 的“png”图片。(随便批下美工)这是因为png图片的问题,png图片在存储的时候有一个NOT INTERLACED/INTERLACED(无交错/交错)的... 阅读全文

posted @ 2015-02-06 10:10 Holy_Mac 阅读(210) 评论(0) 推荐(0) 编辑

导航