摘要: #import "MainViewController.h"@interface MainViewController ()@end@implementation MainViewController- (void)viewDidLoad { [super viewDidLoad]; // Do... 阅读全文
posted @ 2015-10-22 22:21 心语66 阅读(323) 评论(0) 推荐(0) 编辑
摘要: #import "MainViewController.h"//1,宏定义#define kScreenHeight CGRectGetHeight(self.view.bounds)//屏幕高度宏#define kScreenWidth CGRectGetWidth(self.view.bound... 阅读全文
posted @ 2015-10-22 22:01 心语66 阅读(138) 评论(0) 推荐(0) 编辑