Closed niklasberglund closed 10 years ago
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!
Getting
EXC_BAD_ACCESS
inSFContainerViewController
'sswappedParentViewController
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?