摘要:
Code: UIButton *btnSignOn = [UIButtonbuttonWithType:UIButtonTypeCustom]; btnSignOn.frame = CGRectMake(100, 100, 150, 150); btnSignOn.center = CGPointMake(175, 175); [btnSignOn addTarget:selfaction:@selector(buttonSignOn:) forControlEvents:UIControlEventTouchUpInside]; btnSignOn.backgroundColo... 阅读全文
posted @ 2012-08-19 19:16
tx天翔
阅读(1463)
评论(0)
推荐(0)
浙公网安备 33010602011771号