shabib87 / SHViewPager

A simple view pager for iOS. Compatible with iOS 8.0 or later.
https://www.codewithshabib.com
MIT License
125 stars 25 forks source link

Position of page menu #29

Closed Menthuss closed 7 years ago

Menthuss commented 7 years ago

Is it possible to modify the page menu's position? Right now it is anchored at the top of the view but I'd rather see it below the viewpager.

shabib87 commented 7 years ago

Yes, but you need to make changes in the library classes (SHViewPager.m and SHViewPager.xib). Right now I don't have any plans to change the position of the top view. You're always welcome to make the changes at your end and if you can automate it I shall be more than happy to accept the merge request. Thanks!