摘要: 1 @property (strong, nonatomic) IBOutlet UILabel *lable;2 3 @synthesize button;4 5 - (void)viewDidLoad 6 {7 [super viewDidLoad];8 lable.alpha=... 阅读全文
posted @ 2015-06-14 17:07 一字节 阅读(203) 评论(0) 推荐(0)