View Controller that shows the pop up view on demand. More...
Public Member Functions | |
(void) | - showInView:animated: |
(void) | - showInView:navController:animated: |
(void) | - showInView:navController:withLabel:withImage:animated: |
Properties | |
IBOutlet UIView * | popUpView |
View that pops up when popup is shown. | |
UINavigationController * | navController |
UILabel * | label |
UIImageView * | image |
IBOutlet JDTractorSelectCollectionView * | collectionView |
NSArray * | tractorArray |
View Controller that shows the pop up view on demand.
- (void) showInView: | (UIView *) | aView | ||
animated: | (BOOL) | animated | ||
Displays the selection pop up view which has been layed out in JDTractorSelectPopupView.xib
- (void) showInView: | (UIView *) | aView | ||
navController: | (UINavigationController *) | nav | ||
animated: | (BOOL) | animated | ||
Displays the selection pop up view which has been layed out in JDTractorSelectPopupView.xib
aView | view to display the pop up in | |
nav | navigation controller for showing/hiding the nav bar |
- (void) showInView: | (UIView *) | aView | ||
navController: | (UINavigationController *) | nav | ||
withLabel: | (UILabel *) | label | ||
withImage: | (UIImageView *) | image | ||
animated: | (BOOL) | animated | ||
Displays the selection pop up view which has been layed out in JDTractorSelectPopupView.xib
aView | view to display the pop up in | |
nav | navigation controller for showing/hiding the nav bar | |
label | label to update when selection made | |
image | image to update when selection made |