摘要: #import "ViewController.h"#import @interface ViewController : UIViewController{ UILabel *lable; NSArray *array;}@end@interface ViewController ()@end... 阅读全文
posted @ 2015-08-03 13:49 OIMMZC 阅读(165) 评论(0) 推荐(0)
摘要: #import @interface ViewController : UIViewController{ UILabel *lable;}@end#import "ViewController.h"@interface ViewController ()@end@implementation V... 阅读全文
posted @ 2015-08-03 13:44 OIMMZC 阅读(168) 评论(0) 推荐(0)
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad {UIButton *button1=[UIButton buttonWithTyp... 阅读全文
posted @ 2015-08-03 13:39 OIMMZC 阅读(126) 评论(0) 推荐(0)
摘要: [super viewDidLoad]; // 实例化UILabel并指定其边框 UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(0.0, 80.0, 320.0, 300.0)]; // 设置label显示的文本 [lab... 阅读全文
posted @ 2015-08-03 08:17 OIMMZC 阅读(164) 评论(0) 推荐(0)