nicklockwood / FXPageControl

Simple, drop-in replacement for the iPhone UIPageControl that allows customisation of the dot colour, size and spacing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with iOS 8 SDK?

niklasberglund opened this issue · comments

Getting EXC_BAD_ACCESS in SFContainerViewController's swappedParentViewController method when running app using this library, built with iOS 8 SDK. Didn't have this issue with the iOS 7 SDK. Are you planning to update it to work with iOS 8 SDK?

image

What makes you think the problem is related to FXPageControl?

swappedParentViewController being a method used internally by FXPageControl, and the fact that I haven't changed my code but only switched to iOS 8 SDK and getting this. Are you running it successfully with iOS 8 SDK? If so I'll try to find what in my setup it is that makes it break.

Ah sorry, just realised it's another lib hehe. Not sure why I thought the class belonged to FXPageControl. Thanks for the quick response!