摘要:
待定 阅读全文
posted @ 2012-06-12 18:21
人的本质是什么?
阅读(160)
评论(0)
推荐(0)
|
摘要:
文件列表ReadImageAppDelegate.hReadImageAppDelegate.mReadImageViewController.hReadImageViewController.mReadImageViewController.xib--------------------------------------ReadImageAppDelegate.h#import <UIKit/UIKit.h>@class ReadImageViewController;@interface ReadImageAppDelegate : NSObject <UIApplic 阅读全文
posted @ 2012-06-12 17:05
人的本质是什么?
阅读(6464)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/banyingli/article/details/6124995根据文件名来获取文件路径(Document目录下)//根据文件名来获取文件路径-(NSString*)dataFilePath:(NSString*)sender{NSArray*path=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);NSString*documentDirectory=[pathobjectAtIndex:0];return[documentDirectory 阅读全文
posted @ 2012-06-12 15:35
人的本质是什么?
阅读(3530)
评论(0)
推荐(0)
摘要:
1:正常建立工程2:新建一个objective-C类,命名(可以随便)RootViewController,可带可不带xib文件3:appdelegate.h#import <UIKit/UIKit.h>@class RootViewController;@interface AppDelegate : UIResponder <UIApplicationDelegate>@property (strong, nonatomic) UIWindow *window;@property (strong, nonatomic) RootViewController *roo 阅读全文
posted @ 2012-06-12 15:15
人的本质是什么?
阅读(7838)
评论(0)
推荐(0)
|