发布网友 发布时间:2024-10-16 11:12
共1个回答
热心网友 时间:2024-10-16 12:40
UIKeyboardWillShowNotification 是 NSString类型的,NSNotification 对象是系统传输的,只需要方法响应就可以了,一般不会这么调用: [controller keyboardWillShow:(NSNotification*)(UIKeyboardWillShowNotification)]; 使用Delegate或者NSNotificationCenter