靜態(tài)庫簡介基本概念基本動(dòng)畫關(guān)鍵幀動(dòng)畫動(dòng)畫組轉(zhuǎn)場動(dòng)畫 一. 靜態(tài)庫簡介
前言基本概念基本動(dòng)畫動(dòng)畫組轉(zhuǎn)場動(dòng)畫轉(zhuǎn)場動(dòng)畫 --- UIView 一. 前言 Core Animation是一組非常強(qiáng)大的動(dòng)畫處理API,能...
CALayer 和 UIView 聯(lián)系CALayer的相關(guān)屬性CALayer之隱式動(dòng)畫 一. CALayer 和 UIView 聯(lián)系 在iOS中...
一 、 JSON解析(1.是什么 2.為什么 3.怎么用 4.優(yōu)缺點(diǎn)) 1. JSON是什么 1)是一種輕量級(jí)的數(shù)據(jù)格式,一般用于數(shù)據(jù)交互2)...
一、runtime簡介 Objective-C是一種動(dòng)態(tài)語言,所謂動(dòng)態(tài)語言,是在程序執(zhí)行時(shí)動(dòng)態(tài)的確定變量類型,執(zhí)行變量類型對(duì)應(yīng)的方法的。因此,在...
- UISegmentedControl 創(chuàng)建:UISegmentedControl *segmentedC = [[UISegmentedCo...
- UIPageControl 創(chuàng)建:UIPageControl *pageC = [[UIPageControl alloc] initWit...
創(chuàng)建:UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom];btn.fram...
創(chuàng)建:UILabel * label = [[UILabel alloc]initWithFrame:CGRectMake(50, 50, 10...