[][src]Trait uikit_sys::UIViewController_UIKeyCommand

pub trait UIViewController_UIKeyCommand: Sized + Deref {
    unsafe fn addKeyCommand_(self, keyCommand: UIKeyCommand)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeKeyCommand_(self, keyCommand: UIKeyCommand)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addKeyCommand_(self, keyCommand: UIKeyCommand) where
    Self::Target: Message + Sized

unsafe fn removeKeyCommand_(self, keyCommand: UIKeyCommand) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UIKeyCommand for UIActivityViewController[src]

impl UIViewController_UIKeyCommand for UIAlertController[src]

impl UIViewController_UIKeyCommand for UICloudSharingController[src]

impl UIViewController_UIKeyCommand for UICollectionViewController[src]

impl UIViewController_UIKeyCommand for UIDocumentBrowserViewController[src]

impl UIViewController_UIKeyCommand for UIDocumentMenuViewController[src]

impl UIViewController_UIKeyCommand for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UIKeyCommand for UIDocumentPickerViewController[src]

impl UIViewController_UIKeyCommand for UIFontPickerViewController[src]

impl UIViewController_UIKeyCommand for UIImagePickerController[src]

impl UIViewController_UIKeyCommand for UIInputViewController[src]

impl UIViewController_UIKeyCommand for UINavigationController[src]

impl UIViewController_UIKeyCommand for UIPageViewController[src]

impl UIViewController_UIKeyCommand for UIReferenceLibraryViewController[src]

impl UIViewController_UIKeyCommand for UISearchContainerViewController[src]

impl UIViewController_UIKeyCommand for UISearchController[src]

impl UIViewController_UIKeyCommand for UISplitViewController[src]

impl UIViewController_UIKeyCommand for UITabBarController[src]

impl UIViewController_UIKeyCommand for UITableViewController[src]

impl UIViewController_UIKeyCommand for UIVideoEditorController[src]

impl UIViewController_UIKeyCommand for UIViewController[src]

Loading content...