PicnicRootNavigationController
public class PicnicRootNavigationController: UINavigationController
                - PicnicSDKの各種画面を呼び出すクラス
 
- 
                  
                  
表示する画面の種類
See more- None: なし - AR: AR画面 - Map: MAP画面 - ContentList: コンテンツ一覧画面 - ContentDetail: コンテンツ詳細画面 - FrameCamera: 記念撮影画面Declaration
Swift
public enum RootViewControllerType - 
                  
                  
表示する画面
Declaration
Swift
public var rootViewController = RootViewControllerType.None - 
                  
                  
表示する画面に渡すコンテンツ情報(コンテンツ詳細画面、記念撮影画面は、呼び出す前にコンテンツ情報を設定する必要がある)
Declaration
Swift
public var content:PicnicContent = PicnicContent() - 
                  
                  
Declaration
Swift
public class func instantiate(type: RootViewControllerType) -> PicnicRootNavigationControllerParameters
type最初に表示する画面
Return Value
インスタンス
 
- 
                  
                  
Undocumented
Declaration
Swift
public class PicnicRootNavigationController: UINavigationController 
- 
                  
                  
Undocumented
Declaration
Swift
public class PicnicRootNavigationController: UINavigationController 
        PicnicRootNavigationController Class Reference