KyPass v3.2 doesn’t work on iOS6

This is due the this function:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(preferredContentSizeChanged:) name:UIContentSizeCategoryDidChangeNotification object:nil];
ios6 doesn’t support “Dynamic Text Size” and I didn’t check if this function exists on the running iOS.
This now fixed and a bug fix version will be sent to Apple in a few minutes ago.
Sorry for the inconvenience.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.