摘要: #import <Foundation/Foundation.h>#import <UIKit/UIKit.h>@interface UITableViewCell (UITableViewCellExt)- (void)setBackgroundImage:(UIImage*)image;- (void)setBackgroundImageByName:(NSString*)imageName;@end#import "UITableViewCellExt.h"@implementation UITableViewCell (UITableView 阅读全文
posted @ 2011-09-24 17:31 Gang.Wang 阅读(1671) 评论(0) 推荐(0) 编辑