摘要: // Playground - noun: a place where people can playimport Cocoavar str = "Hello, playground"var dic:Dictionary=[1:"Name",2:"Age"]for (id,name) in dic{... 阅读全文
posted @ 2015-03-30 21:17 碧水晴天 阅读(118) 评论(0) 推荐(0) 编辑
摘要: //// SwiftDemo.swift// SwifyDemo//import Foundationclass TonySwiftModel{ var numberOfDides:Int=0 var name:String // 构造函数 init(name:String){ se... 阅读全文
posted @ 2015-03-26 22:02 碧水晴天 阅读(133) 评论(0) 推荐(0) 编辑
摘要: // Playground - noun: a place where people can playimport Cocoavar str = "Hello, playground"// 定义常量let schoolNum:String="罗子山中心小学"// 定义变量var age:Int=19... 阅读全文
posted @ 2015-03-24 21:59 碧水晴天 阅读(165) 评论(0) 推荐(0) 编辑
摘要: asihttprequest 为第三方数据请求,一下为get 和post 两种请求。Get: NSString *loginName=@"Tony"; NSString *pwd=@"123"; NSString *postURL=[NSString stringWithFormat:@"htt... 阅读全文
posted @ 2014-09-14 09:50 碧水晴天 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 最近在看一些资料,先收藏 阅读全文
posted @ 2014-02-26 15:28 碧水晴天 阅读(341) 评论(0) 推荐(0) 编辑