UITableViewCell 배경 패턴 넣기..
[self setBackgroundColor: [UIColor colorWithPatternImage: [UIImage imageWithContentsOfFile: [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"list_bg.png"]]]];
저걸 줄이면..? ㅋㅋ
[self setBackgroundColor: [UIColor colorWithPatternImage: [UIImage imageNamed:@"list_bg.png"]]];