JDTractorSelectPopupView Class Reference

View Controller that shows the pop up view on demand. More...

Inheritance diagram for JDTractorSelectPopupView:
UIViewController

List of all members.

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

Detailed Description

View Controller that shows the pop up view on demand.


Member Function Documentation

- (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

Parameters:
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

Parameters:
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

The documentation for this class was generated from the following files:
 All Classes Functions Properties

Generated on 27 Apr 2015 for My Project by  doxygen 1.6.1