摘要: http://www.it165.net/pro/html/201503/36842.html每当我们编译之后,实际上系统就给我编译好了一个可以运行的.app文件,在某个路径下如果我们建立的是静态的工程,则系统帮我们产生了一个.a文件(编译之后才有)但是当我们 Show in finder时,却无法... 阅读全文
posted @ 2015-12-31 20:14 小毛驴 阅读(892) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150127/11022.html 阅读全文
posted @ 2015-12-31 15:53 小毛驴 阅读(107) 评论(0) 推荐(0) 编辑
摘要: CoreGraphics.hCGAffineTransform rotation = CGAffineTransformMakeRotation(M_PI_2);[xxx setTransform:rotation];呵呵就这么简单的两行代码就可以实现了!顺便记录一些常量,以后用的着!#define... 阅读全文
posted @ 2015-12-31 14:26 小毛驴 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 首先创建界面,在viewDidLoad创建view以及button相关代码如下-(void)viewDidLoad{ [super viewDidLoad]; viewDemo = [[UIView alloc] initWithFrame:CGRectMake(0, 50, 320, 50)]... 阅读全文
posted @ 2015-12-31 09:54 小毛驴 阅读(915) 评论(0) 推荐(0) 编辑