-
Notifications
You must be signed in to change notification settings - Fork 1.3k
UIEditUserWordController causes A2DynamicDelegate crash #355
Comments
// #import "UITextField+BlocksKit.h" #pragma mark Delegate @interface A2DynamicUITextFieldDelegate : A2DynamicDelegate @implementation A2DynamicUITextFieldDelegate
#pragma mark - Category @implementation UITextField (BlocksKit) @dynamic bk_shouldBeginEditingBlock, bk_didBeginEditingBlock, bk_shouldEndEditingBlock, bk_didEndEditingBlock, bk_shouldChangeCharactersInRangeWithReplacementStringBlock, bk_shouldClearBlock, bk_shouldReturnBlock;
|
Uh oh!
There was an error while loading. Please reload this page.
This issue may same to #283
Procedure to reproduce this issue:
Add any Chinese/Japanese characters in an UITextField
Select the characters entered
In the popup menu, select [Learn...]
A "Text Replacement" view pops up
Click "Cancel" in top left corner
Then the app crashes
The position of error:
UITextField+BlocksKit.m, line 23
A2DynamicDelegate.m, line 159
The text was updated successfully, but these errors were encountered: