摘要:
//手工添加按钮以及为按钮添加addTarget目标动作关联开始 CGRect frame = CGRectMake(10.0f, 10.0f, 120.0f, 50.0f); UIButton *button = [UIButtonbuttonWithType:UIButtonTypeRoundedRect]; button.frame = frame; [button setTitle:@"title"forState:UIControlStateNormal]; button.backgroundColor = [UIColorclearColor]; button. 阅读全文
posted @ 2012-05-31 15:30
人的本质是什么?
阅读(1565)
评论(0)
推荐(0)
浙公网安备 33010602011771号