Nishan Niraula

Results 9 comments of Nishan Niraula

Hi @ankitpoplify , This library internally uses UIPageViewController. The behaviour that you are noticing is the default behaviour of UIPageViewController. It automatically loads [Previous] - [Current] - [Next] ViewControllers.

Instead of using the single instance of same view controller, how about creating 3 instances of them for position 0, 1, & 2. This would solve the problem of showing...

Hi @Fadedglyph , Currently there is no built in support for this. But if you want, you would have to modify frames in `ViewPagerTabView.swift` file. Thanks :)

Hey @Fadedglyph , Previously , i did something similar. Here is the Link [PasteBin Link](https://pastebin.com/qnbvsZ51) These modified functions are from `ViewPagerTabView.swift` file. PS: I didn't test the code.

Hi @JakfarShodiq , The library has been updated. If you are supporting swift 4.2 or higher, please update the pod and look into new implementation which now doesn't depend upon...

Hi @ErAshu , Did you try `invalidateTabs()` method of ViewPager ? Update your array of `ViewPagerTab` and then call `invalidateTabs()` of `ViewPagerController` object.

@robcecil , Thanks for the suggestion. I would try to incorporate those changes and fix it asap. Or if you want, you can fix it and send pull request too....

I'm also facing the same issue. Using the same workaround as yours.

Guys, [here](https://github.com/evnaz/ENSwiftSideMenu/issues/75) is the common workaround until author fix this problem