C和指针---读书笔记.1,unsigned int 声明无符号int类型 默认是 singned,即此整数类型包括正负数.也可用于long上.说明符有 unsigned signed short long2,枚举 enum jump{cpu = 100, a = 2};3,for 循环的执行顺序,,for( expression1; expression2, expression3){statement;}expression1->expression2->statement->ex
Understanding Scroll Views 深入理解 scroll view 读书笔记 It may be hard to believe, but a UIScrollView isn't much different than a standard UIView. Sure, the scroll view has a few more methods, but those methods are really just facades of existing UIView