2013年9月24日 星期二

UITableView 實作下拉更新 用refresh control



在 YourViewController.h中加入

@property (nonatomic, strong) UIRefreshControl *refreshControl;
@property (nonatomic, strong) IBOutlet UITableView * tbView; (你要下拉更新的TableView)


2013年9月18日 星期三

[Bug] Invalid Icon Path - No icon found at the path referenced under key

當你Build都沒有問題,Archive也沒問題,

但就是最後Submit的時候有這個錯誤訊息:

Invalid Icon Path - No icon found at the path referenced under key

遇到這個問題的時候

只要檢查自己Project的 XXX-info.plist裡面的 Icon files  即可!

會有一些不存在的圖,把它Delete掉即可!