You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
I am using ICViewPager in my application and i have 3 tabs like (Tab1, Tab2 and Tab3) along with 3 ViewControllers like(ViewController1, ViewController2 and ViewController3). Currently i am facing one problem is that when i try to tap between the tabs quickly view is not updating properly.
Actual Behaviour:
When Tab 2 is selected on header but ViewController 1 is showing.
When Tab 3 is selected on header but ViewController 2 is showing.
When Tab 1 is selected on header but ViewController3 is showing.
Expected Behaviour:
When Tab 2 is selected on header then ViewController2 should show
When Tab 3 is selected on header then ViewController3 should show.
When Tab1 is selected on header then ViewController1 should show
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using ICViewPager in my application and i have 3 tabs like (Tab1, Tab2 and Tab3) along with 3 ViewControllers like(ViewController1, ViewController2 and ViewController3). Currently i am facing one problem is that when i try to tap between the tabs quickly view is not updating properly.
Actual Behaviour:
Expected Behaviour:
The text was updated successfully, but these errors were encountered: