WKPagesCollectionView
WKPagesCollectionView copied to clipboard
2 questions in implementation of this library
Firstly thanks for an awesome library.
I have 2 questions:-
- As the view is loaded all the various tabs are visible. I want to load only one tab when the view is loaded like in Safari where when the view is loaded only one tab is visible.
- When multi tabs are present, I can still touch collection view cell item for example if I create search bar in collection view the user is still able to interact with search bar. What i want is to stop the user interaction with the collection view cell when multi tabs are visible.