EXC_BAD_ACCESS in UITextField while typing

前端 未结 1 1720
一生所求
一生所求 2021-01-12 18:44

I created a brand new view-based project and added into the viewDidLoad

- (void)viewDidLoad
{
    [super viewDidLoad];
    myField = [[UITextField alloc] ini         


        
相关标签:
1条回答
  • 2021-01-12 19:19

    Try disabling autocorrection in the simulator's keyboard settings. This seems to be a bug in the autocorrection system of the simulator's iOS.

    0 讨论(0)
提交回复
热议问题