chinese直男口爆体育生外卖, 99久久er热在这里只有精品99, 又色又爽又黄18禁美女裸身无遮挡, gogogo高清免费观看日本电视,私密按摩师高清版在线,人妻视频毛茸茸,91论坛 兴趣闲谈,欧美 亚洲 精品 8区,国产精品久久久久精品免费

您好,歡迎來(lái)電子發(fā)燒友網(wǎng)! ,新用戶?[免費(fèi)注冊(cè)]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>通訊/手機(jī)編程>

根據(jù)tableView的特點(diǎn),操作Cell實(shí)現(xiàn)一些動(dòng)畫效果

大?。?/span>0.3 MB 人氣: 2017-09-25 需要積分:1

前言

UITableView 是iOS日常開發(fā)中經(jīng)常使用到的控件。tableView的普通展示效果比較生硬,為了提升APP的活力,提升體驗(yàn),我們可以對(duì)根據(jù)tableView的特點(diǎn),操作Cell實(shí)現(xiàn)一些動(dòng)畫效果。

我寫了一個(gè)簡(jiǎn)單的動(dòng)畫集 TableViewAnimationKit,只需要一行代碼就可以讓tableView實(shí)現(xiàn)動(dòng)畫

目前有大概10個(gè)動(dòng)畫,后續(xù)會(huì)優(yōu)化增加。

源碼放到Github上: TableViewAnimationKit歡迎大家star、下載,交流溝通。

正文

一、效果展示:

根據(jù)tableView的特點(diǎn),操作Cell實(shí)現(xiàn)一些動(dòng)畫效果

根據(jù)tableView的特點(diǎn),操作Cell實(shí)現(xiàn)一些動(dòng)畫效果

根據(jù)tableView的特點(diǎn),操作Cell實(shí)現(xiàn)一些動(dòng)畫效果

二、使用方法

TableViewAnimationKit調(diào)用各個(gè)動(dòng)畫的方法都為類方法,只需一行代碼就可以調(diào)用。

eg:

1

[TableViewAnimationKit shakeAnimationWithTableView:tableView];

TableViewAnimationKit提供的動(dòng)畫類方法

+ (void)moveAnimationWithTableView:(UITableView *)tableView;

+ (void)alphaAnimationWithTableView:(UITableView *)tableView;

+ (void)fallAnimationWithTableView:(UITableView *)tableView;

+ (void)shakeAnimationWithTableView:(UITableView *)tableView;

+ (void)overTurnAnimationWithTableView:(UITableView *)tableView;

+ (void)toTopAnimationWithTableView:(UITableView *)tableView;

+ (void)springListAnimationWithTableView:(UITableView *)tableView;

+ (void)shrinkToTopAnimationWithTableView:(UITableView *)tableView;

+ (void)layDonwAnimationWithTableView:(UITableView *)tableView;

+ (void)roteAnimationWithTableView:(UITableView *)tableView;

非常好我支持^.^

(0) 0%

不好我反對(duì)

(0) 0%

      發(fā)表評(píng)論

      用戶評(píng)論
      評(píng)價(jià):好評(píng)中評(píng)差評(píng)

      發(fā)表評(píng)論,獲取積分! 請(qǐng)遵守相關(guān)規(guī)定!

      ?