随笔分类 -  UI控件

摘要://// firstViewController.m// TabBarcontroller//// Created by 520 on 15-6-17.// Copyright (c) 2015年 520. All rights reserved.//#import "firstViewCo... 阅读全文
posted @ 2015-06-18 12:43 D飞翔的猫 阅读(160) 评论(0) 推荐(0)
摘要:#import "DengViewController.h"@interface DengViewController ()@end@implementation DengViewController- (void)viewDidLoad{ [super viewDidLoad]; CG... 阅读全文
posted @ 2015-06-17 15:34 D飞翔的猫 阅读(166) 评论(0) 推荐(0)
摘要:#import "DengViewController.h"#import @interface DengViewController ()@end@implementation DengViewController@synthesize arrayStrig=_arrayStrig;//@synt... 阅读全文
posted @ 2015-06-17 10:42 D飞翔的猫 阅读(137) 评论(0) 推荐(0)
摘要:#import "DengViewController.h"@interface DengViewController ()@end@implementation DengViewController@synthesize pc=_pc;- (void)viewDidLoad{ [super ... 阅读全文
posted @ 2015-06-13 20:15 D飞翔的猫 阅读(181) 评论(0) 推荐(0)
摘要:- (void)viewDidLoad{ [super viewDidLoad]; lb=[[UILabel alloc] initWithFrame:CGRectMake(60, 150, 200, 50)]; lb.text=@"label"; ///字体颜色 ... 阅读全文
posted @ 2015-06-13 20:12 D飞翔的猫 阅读(236) 评论(0) 推荐(0)