#import <MicroStrategyMobileSDK-Swift.h>
◆ initWithCoder:()
| - (nullable instancetype) initWithCoder: |
|
(NSCoder *_Nonnull) |
OBJC_DESIGNATED_INITIALIZER |
|
◆ initWithFrame:()
| - (nonnull instancetype) initWithFrame: |
|
(CGRect) |
SWIFT_UNAVAILABLE |
|
◆ layoutSubviews()
◆ numberOfSectionsInTableView:()
| - (NSInteger) numberOfSectionsInTableView: |
|
(UITableView *_Nonnull) |
SWIFT_WARN_UNUSED_RESULT |
|
◆ sendLogByEmail()
◆ sendLogByEmail:messageBody:completionBlock:()
| + (void) sendLogByEmail: |
|
(NSString *_Nonnull) |
subject |
| messageBody: |
|
(NSString *_Nonnull) |
messageBody |
| completionBlock: |
|
(void(^)(void)) |
completionBlock |
|
|
| |
◆ tableView:cellForRowAtIndexPath:()
| - (UITableViewCell * _Nonnull) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| cellForRowAtIndexPath: |
|
(NSIndexPath *_Nonnull) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |
◆ tableView:didSelectRowAtIndexPath:()
| - (void) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| didSelectRowAtIndexPath: |
|
(NSIndexPath *_Nonnull) |
indexPath |
|
|
| |
◆ tableView:heightForHeaderInSection:()
| - (CGFloat) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| heightForHeaderInSection: |
|
(NSInteger) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |
◆ tableView:heightForRowAtIndexPath:()
| - (CGFloat) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| heightForRowAtIndexPath: |
|
(NSIndexPath *_Nonnull) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |
◆ tableView:numberOfRowsInSection:()
| - (NSInteger) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| numberOfRowsInSection: |
|
(NSInteger) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |
◆ tableView:viewForHeaderInSection:()
| - (UIView * _Nullable) tableView: |
|
(UITableView *_Nonnull) |
tableView |
| viewForHeaderInSection: |
|
(NSInteger) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |