iOS知识点(5)

  1. When to use NSMutableArray and when to use NSArray? 
  2. 当数组元素需要动态地添加或者删除时,用NSMutableArray
  3. 当数组元素固定不变时,用NSArray


  1. Give us example of what are delegate methods and what are data source methods of uitableview.
  2. 代理方法:返回tableView每行的高度、监听tableView每行的选中
  3. 数据源方法:返回tableView数据的组数和行数、每行显示什么数据


  1. How many autoreleasepool you can create in your application? Is there any limit?

没有限制


  1. If we don’t create any autorelease pool in our application then is there any autorelease pool already provided to us?

系统会默认会不定时地创建和销毁自动释放池


  1. When you will create an autorelease pool in your application?

当不需要精确地控制对象的释放时间时,可以手动创建自动释放池


  1. When retain count increase? 

当做一次retain或者copy操作,都有可能增加计数器


  1. What are commonly used NSObject class methods?

NSObject常见的类方法有:alloc、new、description等

  1. What is convenience constructor?

NSStirngstringWithFormatNSNumbernumberWithInt


  1. How to design universal application in Xcode?
  2. 创建项目时,Device选择Universal
  3. 可以创建一套痛用的数据模型
  4. 根据iPhone\iPad选择不同的控制器(iPad可能用UISplitViewController
  5. 根据iPhone\iPad选择不同的界面


  1. What is keyword atomic in Objective C?
  2. atomic是原子性
  3. atomic会对set方法的实现进行加锁


  1. What are UIView animations?

UIView封装的核心动画可以通过类方法\block实现


  1. How can you store data in iPhone applications?
  2. 属性列表
  3. Preference(NSUserDefaults)
  4. 键值归档(NSKeyedArchiver、NSCoding)
  5. SQLite数据库
  6. Core Data


  1. What is NSManagedObject model?

NSManagedObject是Core Data中的实体对象


  1. What is predicate?

谓词:可以以一定条件来过滤数组、字典等集合数据,也能用在Core Data的数据查询中

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值