关于UIView需要看的一些官方文档

  1. View Controller PG(Programming Guide)  看过一遍
  2. View PG 正在看
  3. Drawing and Printing PG
  4. Quartz 2D PG

 

更高级的custom View(这些内容需要将View的内容吃透了再去接触,要不然会一团糟)

1.OpenGL ES Programming Guide for iOS   (If you are using OpenGL ES to do your drawing, you should use the GLKView class instead of  subclassing UIView.)

2.Core Animation Programming Guide

3.Core Animation Cookbook 

最近在看iOS一些界面的开发,所以想对界面相关的文档看一遍,有个整体的概念。这里肯定不全,我会边看边将新的文档加进来。

posted on 2014-09-19 15:43  SCaptain  阅读(407)  评论(0编辑  收藏  举报

导航