求助关于scrollToRowAtIndexPath 不执行

2025-05-09 05:39:24
推荐回答(1个)
回答1:

我在别地方也看到您的提问,我来为你解 - (void) keyboardWasShown:(NSNotification *) notif{ NSDictionary *info = [notif userInfo]; NSValue *value = [info objectForKey:UIKeyboardFrameBeginUserInfoKey]; CGSize keyboardSize = [va