3
當我跑過ELCImagePickerController時,我很興奮。當按照他們的網站和github上的說明進行操作時,它會在我嘗試顯示它時崩潰。我coppied我的應用程序內的ELC Image Picker
文件夾,我在我的.h改變如下:需要幫助安裝ELCImagePickerController?
#import "ELCImagePickerController.h"
@interface DetailViewController : UIViewController <OHGridViewDelegate, OHGridViewDataSource, UIActionSheetDelegate, ELCImagePickerControllerDelegate, UINavigationControllerDelegate, UIScrollViewDelegate> {
而且在我的.m
#import "ELCImagePickerController.h"
#import "ELCAlbumPickerController.h"
ELCImagePickerController *controller = [[ELCImagePickerController alloc] initImagePicker];
[controller setDelegate:self];
[self presentModalViewController:controller animated:YES];
[controller release];
當試圖建立,它給我的警告No '-initImagePicker' method found
。我在這裏錯過簡單的東西嗎?
請幫忙! 謝謝。
你有最新的github提交嗎?有一個更新。本頁面顯示如何現在調用它:http://www.icodeblog.com/2011/03/03/update-elcimagepickercontroller/。 – Caroline 2011-05-26 07:33:41