根據(jù)tableView的特點,操作Cell實現(xiàn)一些動畫效果
前言
UITableView 是iOS日常開發(fā)中經(jīng)常使用到的控件。tableView的普通展示效果比較生硬,為了提升APP的活力,提升體驗,我們可以對根據(jù)tableView的特點,操作Cell實現(xiàn)一些動畫效果。
我寫了一個簡單的動畫集 TableViewAnimationKit,只需要一行代碼就可以讓tableView實現(xiàn)動畫
目前有大概10個動畫,后續(xù)會優(yōu)化增加。
源碼放到Github上: TableViewAnimationKit歡迎大家star、下載,交流溝通。
正文
一、效果展示:
二、使用方法
TableViewAnimationKit調(diào)用各個動畫的方法都為類方法,只需一行代碼就可以調(diào)用。
eg:
1
[TableViewAnimationKit shakeAnimationWithTableView:tableView];
TableViewAnimationKit提供的動畫類方法
+ (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%
不好我反對
(0) 0%
下載地址
根據(jù)tableView的特點,操作Cell實現(xiàn)一些動畫效果下載
相關(guān)電子資料下載
- iOS17.1可能明天發(fā)布,iOS17.1主要修復(fù)哪些問題? 376
- 華為全新鴻蒙蓄勢待發(fā) 僅支持鴻蒙內(nèi)核和鴻蒙系統(tǒng)應(yīng)用 719
- 蘋果手機系統(tǒng)iOS 17遭用戶質(zhì)疑 731
- iPhone12輻射超標(biāo)?蘋果推送iOS 17.1解決此事 750
- 傳華為囤積零部件 目標(biāo)明年智能手機出貨7000萬部;消息稱 MiOS 僅限國內(nèi),小米 28208
- 蘋果推送iOS17.0.3,解決iPhone15Pro系列存在機身過熱 216
- Testin云測兼容和真機服務(wù)平臺中上線iPhone 15系列手機 208
- 利爾達(dá)推出搭載HooRiiOS的Matter模組 145
- 運放參數(shù)解析:輸入偏置電流(Ibias)和失調(diào)電流(Ios) 128
- 昆侖太科發(fā)布支持國產(chǎn)飛騰騰銳D2000芯片的開源BIOS固件版本 448