
iOS
immoshi
这个作者很懒,什么都没留下…
展开
-
iOS notes about url
关于 iOS 获取网络数据后台线原创 2014-08-01 15:28:04 · 611 阅读 · 0 评论 -
iOS url
An NSURL object represents a URL that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.原创 2014-08-01 17:06:39 · 597 阅读 · 0 评论 -
iOS 演示 Modal Segue 的使用,包括参数如何从呈现者传递到 ModalView 以及数据如何从 ModalView 传回呈现者(利用委托对象)
MVC使用 delegate 协议使得 传送数据的model v原创 2014-07-24 20:04:06 · 1274 阅读 · 0 评论 -
iOS uitableview 的应用
从网页得到json 数据 NSData* data = [NSData dataWithContentsOfURL: [NSURL URLWithString:@"http://course.gdou.com/JSONDemo/json/titles.json"]];原创 2014-08-06 15:53:24 · 631 阅读 · 0 评论 -
iOS 在scrollview加入 由自己定义的controller 生成的view
看了好久 在网上看了很多代码原创 2014-08-15 11:36:42 · 2118 阅读 · 0 评论 -
iOS learning notes
the difference of segue style原创 2014-07-31 17:52:48 · 513 阅读 · 0 评论