摘要:
#import "MainViewController.h"@interface MainViewController ()@end@implementation MainViewController- (void)viewDidLoad { [super viewDidLoad]; // Do... 阅读全文
摘要:
#import "MainViewController.h"//1,宏定义#define kScreenHeight CGRectGetHeight(self.view.bounds)//屏幕高度宏#define kScreenWidth CGRectGetWidth(self.view.bound... 阅读全文