摘要:
学习了iOS开发,就可以编写运行在iPhone上/ipad的应用程序IOS开发的准备:1.OC语言2.Xcode3.Mac OS X调试设备(可选):真机测试开发者证书(可选):在APPstore申请第一个IOS程序运行过程:1.每一个应用程序都有属于自己的UIWindow,UIWindow继承自U 阅读全文
摘要:
1. Difference between shallow copy and deep copy? 1> 浅拷贝:指针(地址)拷贝,不会产生新对象 2> 深拷贝:内容拷贝,会产生新对象 2. What is advantage of categories? What is difference be 阅读全文