iltercengiz / ICViewPager

MIT License
955 stars 235 forks source link

Crash at app launch #59

Open anishpandey opened 10 years ago

anishpandey commented 10 years ago

When the app launches it takes time to load the tabs, if I swipe before loading views, there is a crash. Also it takes time to load the initial view. Thanks

2014-03-26 18:22:25.547 ICViewPager[12344:90b] *\ Assertion failure in -[UIPageViewController queuingScrollView:didBailoutOfScrollAndRevealedView:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIPageViewController.m:1894

nazarireza commented 10 years ago

you can change "afterDelay" property in "viewDidAppear" method on "HostViewController.m" to "0.0".

}

soner-yuksel commented 10 years ago

@nazarireza thanks your post saved my day