[][src]Trait uikit_sys::UIResponder_UIResponderInputViewAdditions

pub trait UIResponder_UIResponderInputViewAdditions: Sized + Deref {
    unsafe fn reloadInputViews(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inputView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inputAccessoryView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inputAssistantItem(self) -> UITextInputAssistantItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inputViewController(self) -> UIInputViewController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inputAccessoryViewController(self) -> UIInputViewController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textInputMode(self) -> UITextInputMode
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textInputContextIdentifier(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn clearTextInputContextIdentifier_(identifier: NSString)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn reloadInputViews(self) where
    Self::Target: Message + Sized

unsafe fn inputView(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn inputAccessoryView(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn inputAssistantItem(self) -> UITextInputAssistantItem where
    Self::Target: Message + Sized

unsafe fn inputViewController(self) -> UIInputViewController where
    Self::Target: Message + Sized

unsafe fn inputAccessoryViewController(self) -> UIInputViewController where
    Self::Target: Message + Sized

unsafe fn textInputMode(self) -> UITextInputMode where
    Self::Target: Message + Sized

unsafe fn textInputContextIdentifier(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn clearTextInputContextIdentifier_(identifier: NSString) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIResponder_UIResponderInputViewAdditions for UIAccessibilityElement[src]

impl UIResponder_UIResponderInputViewAdditions for UIActionSheet[src]

impl UIResponder_UIResponderInputViewAdditions for UIActivityIndicatorView[src]

impl UIResponder_UIResponderInputViewAdditions for UIActivityViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIAlertController[src]

impl UIResponder_UIResponderInputViewAdditions for UIAlertView[src]

impl UIResponder_UIResponderInputViewAdditions for UIApplication[src]

impl UIResponder_UIResponderInputViewAdditions for UIButton[src]

impl UIResponder_UIResponderInputViewAdditions for UICloudSharingController[src]

impl UIResponder_UIResponderInputViewAdditions for UICollectionReusableView[src]

impl UIResponder_UIResponderInputViewAdditions for UICollectionView[src]

impl UIResponder_UIResponderInputViewAdditions for UICollectionViewCell[src]

impl UIResponder_UIResponderInputViewAdditions for UICollectionViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIControl[src]

impl UIResponder_UIResponderInputViewAdditions for UIDatePicker[src]

impl UIResponder_UIResponderInputViewAdditions for UIDocumentBrowserViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIDocumentMenuViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIDocumentPickerExtensionViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIDocumentPickerViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIFontPickerViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIImagePickerController[src]

impl UIResponder_UIResponderInputViewAdditions for UIImageView[src]

impl UIResponder_UIResponderInputViewAdditions for UIInputView[src]

impl UIResponder_UIResponderInputViewAdditions for UIInputViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UILabel[src]

impl UIResponder_UIResponderInputViewAdditions for UINavigationBar[src]

impl UIResponder_UIResponderInputViewAdditions for UINavigationController[src]

impl UIResponder_UIResponderInputViewAdditions for UIPageControl[src]

impl UIResponder_UIResponderInputViewAdditions for UIPageViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIPickerView[src]

impl UIResponder_UIResponderInputViewAdditions for UIPopoverBackgroundView[src]

impl UIResponder_UIResponderInputViewAdditions for UIProgressView[src]

impl UIResponder_UIResponderInputViewAdditions for UIReferenceLibraryViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIRefreshControl[src]

impl UIResponder_UIResponderInputViewAdditions for UIResponder[src]

impl UIResponder_UIResponderInputViewAdditions for UIScene[src]

impl UIResponder_UIResponderInputViewAdditions for UIScrollView[src]

impl UIResponder_UIResponderInputViewAdditions for UISearchBar[src]

impl UIResponder_UIResponderInputViewAdditions for UISearchContainerViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UISearchController[src]

impl UIResponder_UIResponderInputViewAdditions for UISearchTextField[src]

impl UIResponder_UIResponderInputViewAdditions for UISegmentedControl[src]

impl UIResponder_UIResponderInputViewAdditions for UISlider[src]

impl UIResponder_UIResponderInputViewAdditions for UISplitViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIStackView[src]

impl UIResponder_UIResponderInputViewAdditions for UISwitch[src]

impl UIResponder_UIResponderInputViewAdditions for UITabBar[src]

impl UIResponder_UIResponderInputViewAdditions for UITabBarController[src]

impl UIResponder_UIResponderInputViewAdditions for UITableView[src]

impl UIResponder_UIResponderInputViewAdditions for UITableViewCell[src]

impl UIResponder_UIResponderInputViewAdditions for UITableViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UITableViewHeaderFooterView[src]

impl UIResponder_UIResponderInputViewAdditions for UITextField[src]

impl UIResponder_UIResponderInputViewAdditions for UITextView[src]

impl UIResponder_UIResponderInputViewAdditions for UIToolbar[src]

impl UIResponder_UIResponderInputViewAdditions for UIVideoEditorController[src]

impl UIResponder_UIResponderInputViewAdditions for UIView[src]

impl UIResponder_UIResponderInputViewAdditions for UIViewController[src]

impl UIResponder_UIResponderInputViewAdditions for UIVisualEffectView[src]

impl UIResponder_UIResponderInputViewAdditions for UIWebView[src]

impl UIResponder_UIResponderInputViewAdditions for UIWindow[src]

impl UIResponder_UIResponderInputViewAdditions for UIWindowScene[src]

Loading content...