Ki

Results 15 issues of Ki

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

![screen shot 2014-10-11 at 10 48 10 am](https://cloud.githubusercontent.com/assets/7219185/4601208/173cff2a-50f1-11e4-8da3-88d1664bda50.png)

scrollToTop failure,how to setting up it.

When is the code? ![ddd](https://user-images.githubusercontent.com/7219185/63238945-669f6980-c27b-11e9-8523-fe8e33de4d68.jpg)

![screen shot 2014-10-15 at 8 37 23 am](https://cloud.githubusercontent.com/assets/7219185/4638980/8e2875d2-5403-11e4-9d98-99a7420c9e44.png) ![screen shot 2014-10-15 at 8 39 09 am](https://cloud.githubusercontent.com/assets/7219185/4638995/b89928ca-5403-11e4-969f-5cd265b7992e.png)

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 47 47 am](https://cloud.githubusercontent.com/assets/7219185/4553264/0c12022e-4e96-11e4-9081-85cf98981d6a.png) ![screen shot 2014-10-08 at 10 48 15 am](https://cloud.githubusercontent.com/assets/7219185/4553261/0c0c70f2-4e96-11e4-840c-b78bc75c2468.png) ![screen shot 2014-10-08 at 10 49 02 am](https://cloud.githubusercontent.com/assets/7219185/4553262/0c102ac6-4e96-11e4-813d-48878ee2cf9d.png) ![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测试了下,发现截图花费时间很长