会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
摩羯小伟
2015年12月16日
IOS AFNetworking配置进IOS
摘要: Prefix Header 中填入绝对路径//PCH 里面加入这个写代码#ifndef TARGET_OS_IOS#pragma mark ---------- for AFNetwork start --------#ifndef TARGET_OS_IOS#define TARGET_OS_I...
阅读全文
posted @ 2015-12-16 10:51 摩羯小伟
阅读(274)
评论(0)
推荐(0)
IOS 代码块传值
摘要: #import typedef void (^MyBlock)(NSString*);@interface SecondViewController : UIViewController@property (retain,nonatomic)UITextField* myTextField;@pro...
阅读全文
posted @ 2015-12-16 10:33 摩羯小伟
阅读(199)
评论(0)
推荐(0)
IOS 进度条与手势
摘要: //进度条#import "ViewController.h"@interface ViewController (){ UIImageView* _animaImageV;}@end@implementation ViewController- (void)viewDidLoad { ...
阅读全文
posted @ 2015-12-16 10:27 摩羯小伟
阅读(414)
评论(0)
推荐(0)
IOS s数据存储之归档解档
摘要: #import @interface Student : NSObject ;@property(nonatomic,strong)NSString* name;@property(nonatomic,assign)int age;@property(nonatomic,copy)NSString*...
阅读全文
posted @ 2015-12-16 10:23 摩羯小伟
阅读(158)
评论(0)
推荐(0)
IOS SQL数据库
摘要: #import #import @interface DBConnect : NSObject@property(nonatomic,copy)NSString* title;+(sqlite3*)openDataBase:(NSString*)title;+(void)closeDataBase;...
阅读全文
posted @ 2015-12-16 10:18 摩羯小伟
阅读(174)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告