redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

Crash at init on iOS 7 #42

Closed ggirard07 closed 8 years ago

ggirard07 commented 8 years ago

Just start the demo app on an iOS 7 device, it will crash at startup.

This is due to #41 which added static fields initialized with Class used in keyboard detection. Some of those have been introduced by iOS8, and as there is no the system version check, it result in fatal exception on iOS 7.