guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

How to give the equal spacing between three tabs #34

Closed SusheelYadav455 closed 7 years ago

SusheelYadav455 commented 7 years ago

Hi , Firstly i would like to thank you for providing this SDK . It is very userfriendly . But i would like to know how to give the equal spacing between three tabs. I have a scenario where i have three tabs (like Tab 1 , Tab2 , Tab 3). Actually in your SDK tabs are starting from Middle . Could you say me the appropriate method to give equal spacing . It would be helpful in my project .

Thank you , Waiting for your reply

guilhermearaujo commented 7 years ago

There is no way to add a gap between tabs unless you tweak the code to work like that. What you could instead is to use a custom UIView whose width is fixed at 1/3 of the device's width.