UITextFieldカテゴリがあります。このカテゴリのMFMailComposeViewControllerは機能しません。MFMailComposeViewControllerを提示してエラーが発生すると、クラッシュします。
Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 24.5]'
@implementation UITextField (SomeCategory)
- (CGRect)textRectForBounds:(CGRect)bounds {
return CGRectInset( bounds , 30 , 5);
}
- (CGRect)editingRectForBounds:(CGRect)bounds {
return CGRectInset( bounds , 30 , 5);
}
@end
誰かがこれを修正する方法を知っていますか?