marcosgriselli / marcosgriselli/ViewAnimator

Support UIViewPropertyAnimator

Open
#38 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

new feature
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.