The Experience Of IOS

1:
self = [[[NSBundle mainBundle] loadNibNamed:@"XXX" owner:self options:nil] objectAtIndex:0];
addsubview:controller.view;


These methods may be risky.


2:
If you encounter the problem of "The model used to open the store is incompatible with the one used to create the store",the solution is: delete app , clean and rebuild project.


3:
self.fec != _fec;//This point is very important;
發佈了38 篇原創文章 · 獲贊 24 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章