HelpMenuViewController
final public class HelpMenuViewController : UITableViewController
                The HelpMenuViewController provides explanations on how to take better pictures, how to
use the Open with feature and which formats are supported by the Gini Capture SDK.
- 
                  
                  
Undocumented
Declaration
Swift
public weak var delegate: HelpMenuViewControllerDelegate? - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum Item - 
                  
                  
Undocumented
Declaration
Swift
public init(giniConfiguration: GiniConfiguration) - 
                  
                  
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder) - 
                  
                  
Undocumented
Declaration
Swift
override public func viewDidLoad() 
- 
                  
                  
Undocumented
Declaration
Swift
override public func numberOfSections(in tableView: UITableView) -> Int - 
                  
                  
Undocumented
Declaration
Swift
override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int - 
                  
                  
Undocumented
Declaration
Swift
override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell - 
                  
                  
Undocumented
Declaration
Swift
override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) 
    
        
            View on GitHub
          
      HelpMenuViewController Class Reference