azurechen / ACTabScrollView

A fancy Menu and Pager UI extends UIScrollView with elegant, smooth and synchronized scrolling tabs.
MIT License
115 stars 35 forks source link

Fix a bug that doesn't scroll to the desired tab if you quickly tap different tabs. #3

Closed DaniArnaout closed 8 years ago

DaniArnaout commented 8 years ago

If a user taps on a tab, the desired tab animates to become at the center of the tab view. If the user taps on another tab just IMMEDIATELY after the new tab is at center, nothing happens. This is caused by the fade animation causing a block in responding to UI events. The solution was to add the option UIViewAnimationOptions.AllowUserInteraction so that the tab responds to tap gestures.

azurechen commented 8 years ago

Hi @DaniArnaout, thanks for your contribution!

DaniArnaout commented 8 years ago

Hi @azurechen, great job with ACTabScrollView. You can take a look of how we integrated it in our app Saily : https://itunes.apple.com/us/app/saily-buy-sell-preloved-used/id846198889?mt=8

azurechen commented 8 years ago

Hi @DaniArnaout,

I am sorry I can't use your app because it show me "Saily is not available in your area yet", but I can play the game! And your app looks so amazing!

However, It is a great pleasure for me that you use my lib to build a great product! I am looking forward your app be available in my country!

DaniArnaout commented 8 years ago

@azurechen Yeah, the app is only available in the US. Check out this screenshot from Saily

I'll try to help with this as much as my time permits. Thanks again!