changed Demo apps RootView to a TableView
This commit is contained in:
parent
40897a865f
commit
3d21e98b8f
85 changed files with 4428 additions and 343 deletions
|
@ -1,6 +1,12 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'JPImagePickerDemo' target in the 'JPImagePickerDemo' project
|
||||
//
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_3_0
|
||||
#warning "This project uses features only available in iPhone SDK 3.0 and later."
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
Reference in a new issue