Reply to ios17 UITextField and UITextView paste html crash swizzle method UTType conformsToType: to conformsToType_iOS: - (BOOL)conformsToType_iOS:(UTType *)type { if (type == nil) { return false; } return [self conformsToType_iOS:type]; } UI Frameworks UIKit Oct ’23