Closed iv-mexx closed 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.
Thank you, :+1:
Fixed in https://github.com/ealeksandrov/EAIntroView/commit/9d4448d10ab4acdb1851b2d9f66474cafbd986bd 2.6.4 pushed to Cocoapods succesfully.
Hi,
somehow, the
pageControlY
value is not working on iOS8. This is a screenshot from iOS7, withpageControlY = 140.0f;
:This is a screenshot from iOS8, the code is exactly the same:
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.