Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

Assertion Failure when presenting UIImagePickerController #197

Open nico-val opened 8 years ago

nico-val commented 8 years ago

I'm trying to present a UIImagePickerController, but the app crashes with the following error:

*\ Assertion failure in +[PXUITableViewHeaderFooterView subclassInstance:], /Users/nicolasvalenzuela/Git Projects/pixate-freestyle-ios/src/Kernel/Categories/NSObject+PXSubclass.m:64

Please, I need help on this, since it's crashing in a major functionality I'm working on.

adc-amatosov commented 8 years ago

Can you please try to use StylingKit instead of pixate-freestyle-ios. It is derivative of pixate-freestyle-ios and includes a lot of stability and performance issues and iOS 9 compatibility.

Zbeyer commented 7 years ago

@nico-val did you ever find a workaround?

nico-val commented 7 years ago

@Zbeyer I couldn't fix this using pixate-freestyle-ios. It hasn't been maintained for 3 years now, so I followed @adc-amatosov suggestion and migrated to StylingKit. I suggest you doing the same.