摘要:
Iphone 开发常用代码更改cell选中的背景UIView *myview = [[UIView alloc] init];myview.frame = CGRectMake(0, 0, 320, 47);myview.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"0006.png"]];cell.selectedBackgroundView = myview;在数字键盘上添加button://定义一个消息中心[[NSNotificationCenter defaultCent 阅读全文
posted @ 2012-08-28 11:39
Silver_Bullet
阅读(176)
评论(0)
推荐(0)
浙公网安备 33010602011771号