ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

pageControlY not working in iOS8 #78

Closed iv-mexx closed 10 years ago

iv-mexx commented 10 years ago

Hi,

somehow, the pageControlY value is not working on iOS8. This is a screenshot from iOS7, with pageControlY = 140.0f;: Screenshot iOS7

This is a screenshot from iOS8, the code is exactly the same: Screenshot iOS7

As you can see, the PageControl is all the way up at the top of the screen.

It seems, that on iOS8, pageControlY does not do anything at all, because no matter what value i set, the pageControl is always at the top of the screen.

ealeksandrov commented 10 years ago

This bug was fixed in https://github.com/ealeksandrov/EAIntroView/commit/a22523cf512e6f12a2c039fd9d3e0cbd78038c3f, but it is magically disappeared from master branch. Looks like a faulty merge, will investigate ASAP and deploy on Cocoapods when its ready.

iv-mexx commented 10 years ago

Thank you, :+1:

ealeksandrov commented 10 years ago

Fixed in https://github.com/ealeksandrov/EAIntroView/commit/9d4448d10ab4acdb1851b2d9f66474cafbd986bd 2.6.4 pushed to Cocoapods succesfully.