2011年12月5日

摘要: 更改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 defaultCenter] addObserv 阅读全文
posted @ 2011-12-05 16:06 ncode 阅读(182) 评论(0) 推荐(0)

导航