- inputView
/// 當頁面內的某些子視圖調用[self becomeFirstResponder]時,會Crash
@property UIView *inputView;
- tagView
/// 命名為tagView并不會造成Crash肛度,但可能對此view進行某些操作時會沒效果。
@property UIView *tagView;
/// 當頁面內的某些子視圖調用[self becomeFirstResponder]時,會Crash
@property UIView *inputView;
/// 命名為tagView并不會造成Crash肛度,但可能對此view進行某些操作時會沒效果。
@property UIView *tagView;