marcosgriselli / marcosgriselli/ViewAnimator
Support UIViewPropertyAnimator
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 7.3k
- Forks
- 483
- PR merge metrics
- No merged PRs in 30d
Description
On iOS 10 we were introduced to `UIViewPropertyAnimator` which comes packed with amazing features to create rich and interactive animations. ViewAnimator relies on the old `UIView` animations API in order to support previous versions of iOS, but we could extend for iOS 10+ using UIViewPropertyAnimator specific functionalities (like reversing animations or changing it's completion percentage manually).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test entry point is named in the issue. Start by locating ViewAnimator’s existing UIView animation API and determine how iOS 10 availability and interactive controls such as reversing or changing completion percentage should fit; done means supporting UIViewPropertyAnimator while retaining compatibility with previous iOS versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100