糨糊Jack

2012年2月11日

自定义tableviewcell不用nib

摘要: customcell.h@interface Customcell : UITableViewCell<UITextViewDelegate>{ UITextField *_textField;}@property (nonatomic,retain) IBOutletUITextField *_textField;@endcustomcell.m- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil{self = [super initWithNibName:nibNameO 阅读全文

posted @ 2012-02-11 11:40 _case 阅读(810) 评论(1) 推荐(0)

导航