邁向一萬小時成長之路
[備忘錄] 記錄一些iOS開發時常用又容易忘的小東西
2014年1月7日 星期二
透過Xib初始化要記得實作initWithCoder
- (id)initWithCoder:(NSCoder *)aDecoder{
self = [super initWithCoder:aDecoder];
if (self) {
[self initWithParameter];
}
return self;
}
- (void)initWithParameter{
//初始化參數
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言