guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

Only Last View is Showing for Title View #38

Closed Dhiru-Dev closed 7 years ago

Dhiru-Dev commented 7 years ago

i have used ViewForTitle datasource method . but i only last View is Visible ,,,i this all views are being added on one on another so the are hiding i tried incrememting X position according to the Index number but not able to do that screen shot 2017-05-24 at 1 00 15 pm

when i implement TitleForIndex is works fine .please help ,me out screen shot 2017-05-24 at 1 01 20 pm

Dhiru-Dev commented 7 years ago

i was using 0.0.8 i updated to latest 0.1.3 issue fixed , but now i have also another problem . i have a toggle button in Right side which is Hiding the Last Item , how can i set this ScrolleView ContentSize , in which method you are changing the ContentSize i was unable to find the Method in you class ,

screen shot 2017-05-24 at 3 25 36 pm

if i will change the ContentSizeWidth+50 , that will solve my problem ???

guilhermearaujo commented 7 years ago

The tabs scrollview, as is, will not be able to do what you want. You will need to customize it.