Sha256: c03a6634bce1d8b37a9a4fa001f209099bff6625a5d9c929f48737b26eadbb3c

Contents?: true

Size: 832 Bytes

Versions: 66

Compression:

Stored size: 832 Bytes

Contents

//
//  PickImageDelegate.h
//  rhorunner
//
//  Created by Vlad on 2/12/09.
//  Copyright 2009 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "RhoDelegate.h"

@interface PickImageDelegate : RhoDelegate <UINavigationControllerDelegate,
    UIImagePickerControllerDelegate
#ifdef __IPHONE_3_2
    , UIPopoverControllerDelegate
#endif
> {
#ifdef __IPHONE_3_2
@public
    UIPopoverController *popover;
#endif
}

- (void)imagePickerController:(UIImagePickerController *)picker
        didFinishPickingImage:(UIImage *)image
                  editingInfo:(NSDictionary *)editingInfo;
- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker;
#ifdef __IPHONE_3_2
- (void)popoverControllerDidDismissPopover:(UIPopoverController *)popoverController;
#endif

@end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
rhodes-2.2.3.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.2.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.1.beta.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.1.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.0 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.0.beta.3 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.0.beta.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.2.0.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.1.0 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.3 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.rc2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.rc1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.beta11 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.beta10 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.beta9 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.0.0.beta8 platform/iphone/Classes/Camera/PickImageDelegate.h