iltercengiz / ICViewPager

MIT License
956 stars 235 forks source link

Dynamic size for tabs #141

Closed thailey01 closed 6 years ago

thailey01 commented 8 years ago

Hello,

I love this library. However, I was wondering if there's some way of making the numberOfTabs method wait for the program to fetch a list from the cloud? The list from the cloud determines the number of tabs and that list could change at any moment so it has to exist on the cloud. Any help would be great. Thank you.

iltercengiz commented 6 years ago

Sorry for very late reply, but if the content lives on an API, you need to fetch it first then configure your data source. Hope you've solved it by now already.