• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
KerryJava
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 21 22 23 24 25 26 27 下一页

2015年5月26日

categoriy 重写函数会怎样?
摘要: Fromcomp.lang.objective-C FAQ listing: "What if multiple categories implement the same method?Then the fabric of the Universe as we know it ceases to ... 阅读全文
posted @ 2015-05-26 11:01 KerryJava 阅读(372) 评论(0) 推荐(0)
 
 

2015年5月25日

多线程处理
摘要: 多线程 阅读全文
posted @ 2015-05-25 23:12 KerryJava 阅读(131) 评论(0) 推荐(0)
 
 

2015年5月24日

复习一下property
摘要: 在面向对象程序里,一个对象不要直接访问另一个对象内部的数据。所以我们使用accessor methods来进行对象内部的数据交互。accessor methods(getters and setters) are used as an abstraction for interacting with... 阅读全文
posted @ 2015-05-24 16:48 KerryJava 阅读(162) 评论(0) 推荐(0)
 
 

2015年5月23日

共用tableview一个继承类里面有
摘要: 里面的复用cell会不会混在一起呢? 阅读全文
posted @ 2015-05-23 13:22 KerryJava 阅读(133) 评论(0) 推荐(0)
 
 

2015年5月22日

使用block的好处
摘要: 1 使用block 可以轻松地绑定各处代码块,使用delete 结构是分散的,不利于变量之间传值,不像block可以随意地获取变量值。2.使用block可以方便执行异步代码,作为异步处理回调。In terms of code readability, the block makes it easy ... 阅读全文
posted @ 2015-05-22 22:43 KerryJava 阅读(482) 评论(0) 推荐(0)
 
 

2015年5月19日

条件断点 符号断点
摘要: the breakpoint will always be skipped. Your breakpoint condition can be any code that evaluatestrueorfalse. For example, if you only want the breakpoi... 阅读全文
posted @ 2015-05-19 23:20 KerryJava 阅读(387) 评论(0) 推荐(0)
 
 

2015年5月17日

设计方法
摘要: storyboard迭代比较快You’ll get more valuable feedback if you can put together a fleshed-out prototype that runs on a device. When people can interact with ... 阅读全文
posted @ 2015-05-17 00:48 KerryJava 阅读(139) 评论(0) 推荐(0)
 
 

2015年5月16日

iOS设计规范HIG
摘要: 点击图标大小至少为这么大:Make it easy for people to interact with content and controls by giving each interactive element ample spacing.Give tappable controls a h... 阅读全文
posted @ 2015-05-16 19:59 KerryJava 阅读(891) 评论(0) 推荐(0)
 
一些常用的库
摘要: 1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://gith... 阅读全文
posted @ 2015-05-16 11:52 KerryJava 阅读(193) 评论(0) 推荐(0)
 
 

2015年5月13日

isKindOfClass isMemeberOfClass 的区分
摘要: isKindOfClass:returns YES if the receiver is an instance of the specified class or an instance of any class that inherits from the specified class.isM... 阅读全文
posted @ 2015-05-13 11:45 KerryJava 阅读(239) 评论(0) 推荐(0)
 
 
上一页 1 ··· 21 22 23 24 25 26 27 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3