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