Ki
Ki
``` [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]; ``` 这样设置没有警告啊

scrollToTop failure,how to setting up it.
When is the code? 
 
if called "triggerPullToRefresh" to trigger refresh, when you stop the animation, should be changed "wasTriggeredByUser = YES" or call startAnimating when pull to refresh.
// use self.superview, not self.scrollView. Why self.scrollView == nil here? if (self.scrollview && newSuperview == nil) { }
   ![screen shot 2014-10-08 at 10 49...
``` // Set the CustomNavigationBar as delegate for a UIScrollView func setupPulltoRefresh(scrollView:UIScrollView){ if let navbar = self.customNavigationBar(){ scrollView.delegate = navbar } } ``` the method not called ``` override func...
点击cell的时候,等一会才会跳转,在instruments->Time Profiler测试了下,发现截图花费时间很长