新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多
摘要: https://www.evernote.com/shard/s227/sh/f38cd787-c230-46af-be3e-85505e377580/0f1603c3bcc6d559291a99d7b53bb5e8 阅读全文
posted @ 2013-12-25 17:03 iTeaTime(技术清谈) 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:01-UIScrollView01-大图片展示.zip283.7 KB // // MJViewController.m // 01-UIScrollView01-大图片展示 // // Created by apple on 13-11-27. // Copyright (c) 2013年itcast. All rights reserved. // #... 阅读全文
posted @ 2013-12-25 17:01 iTeaTime(技术清谈) 阅读(202) 评论(0) 推荐(0) 编辑
摘要: UIImageView与UIScrollView的关系图 https://www.evernote.com/shard/s227/sh/0af9f23c-08e6-4be6-a151-b220bcf403af/ba49dbeb381d1aa5dd25d075f192401a 阅读全文
posted @ 2013-12-25 16:59 iTeaTime(技术清谈) 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 虽然UIImageView是UIScollView的子视图,但UIImageView左上角是contentOfSet的原点 https://www.evernote.com/shard/s227/sh/2f594944-f8de-4f7f-958b-931c22de58e9/fbc4dccf04a47c297661bbeb007ebc9f 阅读全文
posted @ 2013-12-25 16:58 iTeaTime(技术清谈) 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 将四个按钮放入一个父控件的好处:方便移动,只需要改变父控件的y值, 就可移动四个按钮 https://www.evernote.com/shard/s227/sh/78c6a4ee-16be-424b-a258-9294c585737b/1c29db6fab5aeeecea8a8a857dac3d7a 阅读全文
posted @ 2013-12-25 16:54 iTeaTime(技术清谈) 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 继承自UITableView的类自带tableView属性,不需要在创建该属性,因为父类UITableView已经创建. https://www.evernote.com/shard/s227/sh/43e9ac62-e23a-4882-8337-37e1ada7c584/450f0b3e7f5fd976b161d0df20e7b7d8 阅读全文
posted @ 2013-12-25 16:53 iTeaTime(技术清谈) 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 辞旧迎新,如何区分新旧控件:除了遍历就是创建全局变量,设置默认值, 在迎新后,将新的值赋给全局变量. 像接力棒一样. https://www.evernote.com/shard/s227/sh/97b99751-d675-4140-bbbd-666a66210464/e2119cb6e0a2964979eb39d92e2b5cfd 阅读全文
posted @ 2013-12-25 16:51 iTeaTime(技术清谈) 阅读(161) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/11533e15-ca00-42d8-8d95-9c20e31ad40c/22b94cf69d44644ce57cdf709188cb6d 阅读全文
posted @ 2013-12-25 16:49 iTeaTime(技术清谈) 阅读(161) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/7d0d67fa-9207-468a-b5ee-526b959d4293/4952a52a8fa7e1a95c29f02a009b5b26 阅读全文
posted @ 2013-12-25 16:47 iTeaTime(技术清谈) 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:01-QQ 3.zip292.5 KB // QQAppDelegate.h Map // // QQAppDelegate.h // 01-QQ // // Created by apple on 13-12-13. // Copyright (c) 2013年itcast. All rights reserved. // #import @i... 阅读全文
posted @ 2013-12-25 16:45 iTeaTime(技术清谈) 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 笔记的完整版pdf文档下载地址: https://www.evernote.com/shard/s227/sh/ac692160-68c7-4149-83ea-0db5385e28b0/5742995e6034e3d3f5c4793465d50a8c 笔记的文本摘要如下所示: 注意:以下仅仅是文本摘要,没有贴图,出现右边的图标()表示笔记中此处有图片,完整笔记请前往pdf链接... 阅读全文
posted @ 2013-12-25 16:42 iTeaTime(技术清谈) 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 一、控制器1.当两个控制器互为父子关系的时候,它们的view一般也是互为父子关系*比如想添加A控制器的view到B控制器的view上,就应该让A控制器成为B控制器的子控制器,而B控制器就称为A控制器的父控制器//[B addChildViewController:A];// A就会存在于B的childViewControllers数组中// A.parentViewController == B... 阅读全文
posted @ 2013-12-25 16:38 iTeaTime(技术清谈) 阅读(218) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/a0c3afa3-8792-4756-8594-d2387a7f57ad/b561ff665af9ad401c8ec4bf58756998 阅读全文
posted @ 2013-12-25 16:28 iTeaTime(技术清谈) 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 代理/协议策略,一个类A,创建同名协议ADelegate,在类A中调用协议(代理)方法 aMethod, 调用对象写_delegate. 好处:低耦合:这个类中,不需要#import代理类B. 但依然有B继承A的效果--拥有并重写了aMethod https://www.evernote.com/shard/s227/sh/3ca8d9c3-38c6-44ed-b310-55... 阅读全文
posted @ 2013-12-25 16:25 iTeaTime(技术清谈) 阅读(172) 评论(0) 推荐(0) 编辑
摘要: #学习方法#error调试#NSLog调试之无法进行数据传输,Edit无法现实之前编辑 的内容 https://www.evernote.com/shard/s227/sh/c255a961-e66f-4916-8f96-5ad4952ae811/88ddae46f9f6e7d648048d78b91e4722 #学习方法2打印为空,说明#延迟加载#解决方... 阅读全文
posted @ 2013-12-25 16:23 iTeaTime(技术清谈) 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 01-导航实例-QQ空间.zip62.4 KB // MJLoginViewController.h Map // // MJLoginViewController.h // 01-导航实例-QQ空间 // // Created by apple on 13-12-10. // Copyright (c) 2013年itcast. All rights reserve... 阅读全文
posted @ 2013-12-25 16:18 iTeaTime(技术清谈) 阅读(932) 评论(0) 推荐(1) 编辑
摘要: 一、利用storyboard完成导航1.storyboard中用来跳转的每一根线都是一个UIStoryboardSegue对象1>自动跳转(从某个按钮拖线到下一个目的控制器)2>手动跳转(从来源控制器拖线到下一个目的控制器)*一定要给segue绑定一个唯一的identifier*如何跳转?通过来源控制器的一个方法来执行这个UIStoryboardSegue对象[s... 阅读全文
posted @ 2013-12-25 16:17 iTeaTime(技术清谈) 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:02-导航实例-storyboard实现.zip38.5 KB // MJAboutViewController.h // // MJAboutViewController.h // 02-导航实例-storyboard实现 // // Created by apple on 13-12-10. // Copyright (c) 2013年it... 阅读全文
posted @ 2013-12-25 16:14 iTeaTime(技术清谈) 阅读(232) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/c2441a07-6b7e-4659-8452-9f768ee9cc66/73a115ed352421e10629a9f7434835d3 阅读全文
posted @ 2013-12-25 16:13 iTeaTime(技术清谈) 阅读(165) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/423fd81d-ab1c-4e6c-997d-39359472a4a5/f220ade8bd9be149ad70a488e72899df 阅读全文
posted @ 2013-12-25 16:11 iTeaTime(技术清谈) 阅读(310) 评论(0) 推荐(0) 编辑