Bold360 and BoldChat Developer Center

BCHorizontalPickerCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import "BCTitledCellLogic.h"
6 
12 
17 @property(nonatomic, strong)IBOutlet UISegmentedControl *segmentedControl;
18 
23 @property(nonatomic, strong)IBOutlet UILabel *leftEdgeLabel;
24 
29 @property(nonatomic, strong)IBOutlet UILabel *rightEdgeLabel;
30 
37 - (void)setSegmentTitles:(NSArray *)segmentTitles defaultIndex:(NSInteger)defaultIndex leftEdgeText:(NSString *)leftEdgeText rightEdgeText:(NSString *)rightEdgeText;
38 
39 @end
IBOutlet UILabel * rightEdgeLabel
The label shown at the top right corner of the segmented control.
Definition: BCHorizontalPickerCellLogic.h:29
IBOutlet UISegmentedControl * segmentedControl
The segmented control to display the horizontal picker view.
Definition: BCHorizontalPickerCellLogic.h:17
The logic behind the horizontal picker cell in forms.
Definition: BCHorizontalPickerCellLogic.h:11
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11
IBOutlet UILabel * leftEdgeLabel
The label shown at the top left corner of the segmented control.
Definition: BCHorizontalPickerCellLogic.h:23