Effective Objective-C 2.0

Effective Objective-C 2.0 pdf epub mobi txt 电子书 下载 2025

Matt Galloway,资深软件开发工程师,精通移动应用程序的开发与设计,毕业于英国剑桥大学,咨询公司Swipe Stack Ltd.的创始人。经常在Stack Overflow网站(stackoverflow.com)上回答与Objective-C、iOS和Mac编程相关的问题,经验非常丰富。

出版者:Addison-Wesley Professional
作者:Matt Galloway
出品人:
页数:320
译者:
出版时间:2013-5-26
价格:USD 44.99
装帧:Paperback
isbn号码:9780321917010
丛书系列:
图书标签:
  • Objective-C 
  • iOS 
  • 编程 
  • iOS进阶 
  • Effective 
  • 软件开发 
  • Programming 
  • 计算机 
  •  
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Write Truly Great iOS and OS X Code with Objective-C 2.0! Effective Objective-C 2.0 will help you harness all of Objective-C's expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers' best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You'll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that's easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes * Optimizing interactions and relationships between Objective-C objects* Mastering interface and API design: writing classes that feel "right at home"* Using protocols and categories to write maintainable, bug-resistant code* Avoiding memory leaks that can still occur even with Automatic Reference Counting (ARC)* Writing modular, powerful code with Blocks and Grand Central Dispatch* Leveraging differences between Objective-C protocols and multiple inheritance in other languages* Improving code by more effectively using arrays, dictionaries, and sets* Uncovering surprising power in the Cocoa and Cocoa Touch frameworks

具体描述

读后感

评分

笔记 2.在类的头文件中尽量少引用其他头文件 1.尽量使用向前声明@class 2.委托协议直接写在类中 3.公共协议抽写成单独文件 4.在分类中引用协议 3.多使用字面量语法 1.常量 @"abc" @1 @1.2f @YES @'a' @(x+y) 2.数组 @[@"one",@"two",@"three"] 3.字典 @{@"firstnam...  

评分

因为是从 Swift 开始学习 iOS 开发的,已经被 Swift 优雅简洁的语法惯得不成样子了。所以在第一次看到 Objective-C 代码的时候的第一个反映就是,这什么鬼啊,怎么会有这样的语言:长长的方法名,散落一地的方括号,简直不忍卒读。不过,凡事都有一个过程,当慢慢地用 Object...  

评分

笔记 2.在类的头文件中尽量少引用其他头文件 1.尽量使用向前声明@class 2.委托协议直接写在类中 3.公共协议抽写成单独文件 4.在分类中引用协议 3.多使用字面量语法 1.常量 @"abc" @1 @1.2f @YES @'a' @(x+y) 2.数组 @[@"one",@"two",@"three"] 3.字典 @{@"firstnam...  

评分

一开始要买这本书,我是拒绝的,因为你们都说翻译差,所以我去C某DN下载了英文原版,还带书签。看了几页之后发现,卧槽!这么棒的书必须买实体书收藏啊!!但是原版书亚马逊400+的价格真的╮(╯-╰)╭,所以就买本中文版吧,毕竟中文看着也快嘛。。。。。 拿到货之后我就呵呵了...  

评分

因为是从 Swift 开始学习 iOS 开发的,已经被 Swift 优雅简洁的语法惯得不成样子了。所以在第一次看到 Objective-C 代码的时候的第一个反映就是,这什么鬼啊,怎么会有这样的语言:长长的方法名,散落一地的方括号,简直不忍卒读。不过,凡事都有一个过程,当慢慢地用 Object...  

用户评价

评分

对象模型和内存管理原理做了详细解释,很多有用的Tips. 作者喜爱使用超长复合句,读起来非常痛苦,技术书籍不要这样好么

评分

进阶OC必读

评分

非常好,不愧是剑桥的学生!

评分

每次看书看几分钟就想睡觉,看英文书更甚。终于断断续续看完了,非常推荐。讲的都是代码里不能直观看出来的语言特性,可以说是对 Objective-C 全面了解的入门。

评分

Objecitve C进阶,比一般介绍OC语言的书深入很多,感觉还是深度不够。还有待自己去阅读OC运行时的源代码。

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有