MXPagerView icon indicating copy to clipboard operation
MXPagerView copied to clipboard

Pager view with reusable page and storyboard support.

Results 4 MXPagerView issues
Sort by recently updated
recently updated
newest added

I'm using the MXPagerView to create the tab bar view. For now, I'm using the willMovePageAt to track the event when the tab bar item tapped, but it also tracked...

In my project, I needed all view controllers to be loaded and available at once. Hence, I've added a switch to toggle lazy loading on & off. It is still...