1. 监听UITextfield改变,方法要写在控制器.
[_contentView.passwordTF addTarget:self action:@selector(textDidChange:) forControlEvents:UIControlEventEditingChanged];
2.密码框输入密码,
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: -App-ID-Prefix-QP8UZV798L.com.loemarket.ios.ioe-ios due to error: iCloud Keychain is disabled
3.Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘\* -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]’**
4.Pushing a navigation controller is not supported
5.‘-[WSStoreAllData copyWithZone:]: unrecognized selector sent to instance 0x28087dea0’
6.height for footer 没设导致 button选不中.
7._storesArray莫名其妙清空了,需要重建一个数组,之前的控制器销毁了.
1 | _storesArray = [NSArray arrayWithArray:note.userInfo[@"selectedStores"]]; |