05 2015 档案

摘要:概要Objective-C是一门面向对象的动态编程语言,主要用于编写iOS和Mac应用程序。关于Objective-C的编码规范,苹果和谷歌都已经有很好的总结:Apple Coding Guidelines for CocoaGoogle Objective-C Style Guide本文主要整合了... 阅读全文
posted @ 2015-05-11 10:40 ZLK0011 阅读(448) 评论(0) 推荐(0)
摘要:ios8横屏时宽高会自动转换,但是ios7不是 CGFloat screenWidth = [UIScreen mainScreen].bounds.size.width; CGFloat screenHeight = [UIScreen mainScreen].bounds.size.heigh... 阅读全文
posted @ 2015-05-08 09:42 ZLK0011 阅读(224) 评论(0) 推荐(0)