Library Mobile API Reference for iPhone  MicroStrategy 2019
DossierTimePicker Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for DossierTimePicker:

Instance Methods

(nonnull instancetype) - initWithFrame:
 
(nullable instancetype) - initWithCoder:
 
(NSInteger) - numberOfComponentsInPickerView:
 
(NSInteger) - pickerView:numberOfRowsInComponent:
 
(void) - pickerView:didSelectRow:inComponent:
 
(NSString *_Nullable) - pickerView:titleForRow:forComponent:
 

Method Documentation

◆ 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