iOS Drawing
- 书名:iOS Drawing
- 作者: Erica Sadun
- 格式:PDF
- 时间:2024-06-27
- 评分:
- ISBN:9780321947871
Covers iOS 7 and Xcode 5
Apple lavished iOS with a rich and evolving library of resolution-independent 2D drawing utilities. Its APIs include powerful features such as transparency, path-based drawing, anti-aliasing, and more. Harness these low-level, lightweight drawing routines in your apps to build images, to create PDFs, to display views, and to print.
In this guide, Erica Sadun, bestselling author of The Core iOS 6 Developer’s Cookbook and The Advanced iOS 6 Developer’s Cookbook, helps readers explore iOS drawing through an abundance of examples alongside plenty of explanations and tips. This short work provides the basic how-to developers need to get started. You will learn about these specific topics:
The basic concepts of Quartz (Core Graphics) and UIKit drawing
The coordinate system, paths, masking, and clipping
Text drawing
Transparency and alpha channels, drawing modes, blending, colors, and spaces
Transforms and geometry
Patterns, shadows, and gradients
Bitmaps and pixels
To access the code samples, visit https://github.com/erica/iOS-Drawing.
-
破晓之春12-20可配合这本《Graphics and Animation on iOS》先了解基本概念,再继续阅读此书进一步学习。另外从里面这两句:1. typedef __attribute__((NSObject)) CGGradientRef GradientObject; 2. @property (nonatomic, strong) GradientObject storedGradient; 能看出作者的Objective-C功力也很深啊。已加入iOS开发进阶套餐!
-
北漂的挨踢民工03-27算是 Quartz 入门了。。
-
2024-06-184
-
2024-06-185
-
2024-06-188
-
2024-06-185
-
2024-06-193
-
2024-06-195
-
2024-06-196
-
2024-06-195