#import <MicroStrategyMobileSDK-Swift.h>
◆ initWithCoder:()
| - (nullable instancetype) initWithCoder: |
|
(NSCoder *_Nonnull) |
OBJC_DESIGNATED_INITIALIZER |
|
◆ initWithFrame:()
| - (nonnull instancetype) initWithFrame: |
|
(CGRect) |
OBJC_DESIGNATED_INITIALIZER |
|
◆ numberOfComponentsInPickerView:()
| - (NSInteger) numberOfComponentsInPickerView: |
|
(UIPickerView *_Nonnull) |
SWIFT_WARN_UNUSED_RESULT |
|
◆ pickerView:didSelectRow:inComponent:()
| - (void) pickerView: |
|
(UIPickerView *_Nonnull) |
pickerView |
| didSelectRow: |
|
(NSInteger) |
row |
| inComponent: |
|
(NSInteger) |
component |
|
|
| |
◆ pickerView:numberOfRowsInComponent:()
| - (NSInteger) pickerView: |
|
(UIPickerView *_Nonnull) |
pickerView |
| numberOfRowsInComponent: |
|
(NSInteger) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |
◆ pickerView:titleForRow:forComponent:()
| - (NSString * _Nullable) pickerView: |
|
(UIPickerView *_Nonnull) |
pickerView |
| titleForRow: |
|
(NSInteger) |
row |
| forComponent: |
|
(NSInteger) |
SWIFT_WARN_UNUSED_RESULT |
|
|
| |