Only need a line of code, you can set animation effects for UITableView.
To run the example project, clone the repo, and run pod install
from the Example directory first.
_tableView = [[UITableView alloc] initWithFrame:self.view.frame style:UITableViewStylePlain];
_tableView.zh_reloadAnimationType = zhTableViewAnimationTypeFade;
<#img src="https://github.com/snail-z/zhUITableViewAnimations/blob/master/Preview/zhUITableViewAnimations.gif?raw=true?raw=true" width="204px" height="365px">
- Requires iOS 7.0 or later
- Requires Automatic Reference Counting (ARC)
zhUITableViewAnimations is available through CocoaPods. To install it, simply add the following line to your Podfile:
platform :ios, '7.0'
use_frameworks!
target 'You Project' do
pod 'zhUITableViewAnimations', '~> 0.1.0'
end
snail-z, [email protected]
zhUITableViewAnimations is available under the MIT license. See the LICENSE file for more info.