会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
被阳光素描
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2015年2月26日
viewController
摘要: Xcode6,引入viewController代码:1.在Appdelegate先引入ViewController头文件2.ViewControllervc=(ViewControlleralloc)init;Self.window.rootViewController=vc;然后vc就代表View...
阅读全文
posted @ 2015-02-26 19:19 被阳光素描
阅读(108)
评论(0)
推荐(0)
2015年2月6日
字典
摘要: /* 不可变字典 NSDiction */ // 创建字典对象 // 参数1 : value // 参数2 : key 值// NSDictionary *dic1 = [NSDictionary dictionaryWithObject:@"张三" forKey:@"name"];...
阅读全文
posted @ 2015-02-06 16:02 被阳光素描
阅读(117)
评论(0)
推荐(0)
NSString NSArray
摘要: int main(int argc, const char * argv[]) {//// // SDK // Software Development Kit // 软件开发 // API // Application Programming Interface // 应用程序接口...
阅读全文
posted @ 2015-02-06 16:00 被阳光素描
阅读(180)
评论(0)
推荐(0)
OC_ 方法
该文被密码保护。
阅读全文
posted @ 2015-02-06 15:58 被阳光素描
阅读(1)
评论(0)
推荐(0)
面向对象的通讯录代码
摘要: @implementation AddressBook// 系统预设好的init方法- (instancetype)init{ self = [super init]; if (self) { // 容器类在使用之前 必须先进行初始化 self.contactDic = [NSMut...
阅读全文
posted @ 2015-02-06 15:55 被阳光素描
阅读(136)
评论(0)
推荐(0)
上一页
1
2
公告