HelpMenuItem
public enum HelpMenuItem
HelpMenuItem is an enum that defines different options that can be displayed on the help screen.
- noResultsTips: displays tips for when no results are returned.
- openWithTutorial: displays a tutorial on how to use the
open with
functionality - supportedFormats: displays a list of supported formats.
- custom(String, UIViewController): allows for the creation of a custom option, with a title and a corresponding UIViewController.
-
Undocumented
Declaration
Swift
case noResultsTips
-
Undocumented
Declaration
Swift
case openWithTutorial
-
Undocumented
Declaration
Swift
case supportedFormats
-
Undocumented
Declaration
Swift
case custom(String, UIViewController)