Swiftpack.co - APUtils/AnimatableStackView as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by APUtils.
APUtils/AnimatableStackView 6.0.2
UIStackView based class that allows to animate its views
⭐️ 1
🕓 3 weeks ago
iOS tvOS
.package(url: "https://github.com/APUtils/AnimatableStackView.git", from: "6.0.2")

AnimatableStackView

Carthage compatible Version License Platform CI Status

AnimatableView that works like a UIStackView but has better animations

Example

Clone the repo and then open Carthage Project/AnimatableStackView.xcodeproj

GIF animation

Installation

CocoaPods

AnimatableStackView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AnimatableView', '~> 6.0'

Usage

Just call .update(viewModels:) method with new view models and then perform layout inside animation block:

UIView.animate(withDuration: 2) {
    self.animatableView.update(viewModels: self.vms1)
    self.view.layoutIfNeeded()
}

See example and test projects for more details.

Contributions

Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.

Author

Anton Plebanovich, [email protected]

License

AnimatableStackView is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 1
Last commit: 3 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics