会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
so_tm_what
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2014年11月5日
storyboard 初始化场景
摘要:
阅读全文
posted @ 2014-11-05 11:31 so_tm_what
阅读(135)
评论(0)
推荐(0)
2014年10月27日
oc 获取当前设备系统的版本号
摘要: #define IOS8 [[[UIDevice currentDevice]systemVersion] floatValue] >= 8.0
阅读全文
posted @ 2014-10-27 15:58 so_tm_what
阅读(708)
评论(0)
推荐(0)
2014年9月27日
免证书真机调试脚本iphoneentitlements
摘要: export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocateif [ "${PLATFORM_NA...
阅读全文
posted @ 2014-09-27 23:28 so_tm_what
阅读(245)
评论(0)
推荐(0)
2014年8月26日
支持非arc
摘要: -fno-objc-arc
阅读全文
posted @ 2014-08-26 16:20 so_tm_what
阅读(82)
评论(0)
推荐(0)
2014年7月25日
IOS应用程序生命周期
摘要: 1、应用程序状态1.1、Not running-未运行程序没有启动1.2、Inactive-未激活程序在前台运行,不过没有接受到事件,在没有事件处理下程序同城停留在这个状态1.3、Active-激活程序在前台运行并且接受到了事件,这也是前台的一个正常的模式1.4、Background-后台程序在后台...
阅读全文
posted @ 2014-07-25 14:12 so_tm_what
阅读(184)
评论(0)
推荐(0)
2014年7月2日
iOS.访问 Web Service.使用下拉刷新控件
摘要: #import #import "T20140628025702NSNumber+Message.h"#import "T20140628025702NSString+URLEncoding.h"@interface T20140628025702ViewController : UITableVi...
阅读全文
posted @ 2014-07-02 20:39 so_tm_what
阅读(210)
评论(0)
推荐(0)
iOS.访问 Web Service.MKNetworkKit_POST
摘要: #import #import "T20140628025249NSNumber+Message.h"#import "T20140628025249NSString+URLEncoding.h"#import "MKNetworkEngine.h"#import "MKNetworkOperati...
阅读全文
posted @ 2014-07-02 12:28 so_tm_what
阅读(215)
评论(0)
推荐(0)
iOS.访问 Web Service.MKNetworkKit_GET
摘要: #import #import "T20140628025200NSNumber+Message.h"#import "T20140628025200NSString+URLEncoding.h"#import "MKNetworkEngine.h"#import "MKNetworkOperati...
阅读全文
posted @ 2014-07-02 00:35 so_tm_what
阅读(230)
评论(0)
推荐(0)
2014年7月1日
iOS.访问 Web Service.异步POST请求方法
摘要: #import #import "T20140628024917NSNumber+Message.h"#import "T20140628024917NSString+URLEncoding.h"@interface T20140628024917ViewController : UITableVi...
阅读全文
posted @ 2014-07-01 01:49 so_tm_what
阅读(243)
评论(0)
推荐(0)
iOS.访问 Web Service.异步GET请求方法
摘要: #import #import "T20140628024750NSNumber+Message.h"#import "T20140628024750NSString+URLEncoding.h"@interface T20140628024750ViewController : UITableVi...
阅读全文
posted @ 2014-07-01 01:25 so_tm_what
阅读(251)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告