Library Mobile API Reference for iPhone  MicroStrategy 2019
BoxLayerController Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for BoxLayerController:
<BoxLayerControllerDelegate>

Instance Methods

(nullable instancetype) - initWithCoder:
 
(void) - viewDidLoad
 
(void) - requestRefreshAllLayers
 
(void) - bodyWithLayerIdx:status:
 
(BOOL) - isVisibleAfterZoomWithIndex:
 
(nonnull instancetype) - initWithNibName:bundle:
 

Method Documentation

◆ bodyWithLayerIdx:status:()

- (void) bodyWithLayerIdx: (NSInteger)  layerIdx
status: (BOOL)  status 

Reimplemented from <BoxLayerControllerDelegate>.

◆ initWithCoder:()

- (nullable instancetype) initWithCoder: (NSCoder *_Nonnull)  OBJC_DESIGNATED_INITIALIZER

◆ initWithNibName:bundle:()

- (nonnull instancetype) initWithNibName: (NSString *_Nullable)  nibNameOrNil
bundle: (NSBundle *_Nullable)  SWIFT_UNAVAILABLE 

◆ isVisibleAfterZoomWithIndex:()

- (BOOL) isVisibleAfterZoomWithIndex: (NSInteger)  SWIFT_WARN_UNUSED_RESULT

Reimplemented from <BoxLayerControllerDelegate>.

◆ requestRefreshAllLayers()

- (void) requestRefreshAllLayers

Reimplemented from <BoxLayerControllerDelegate>.

◆ viewDidLoad()

- (void) viewDidLoad