-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 📜 Description Moved animations code to the dedicated `animations` folder. Followed [swift performance tips](https://github.com/swiftlang/swift/blob/main/docs/OptimizationTips.rst) to improve performance of the code a little bit. ## 💡 Motivation and Context Keeping code in separate folders supports better structure of the code. Adding `final`/`private` allows compiler to perform more internal optimizations which in the end will improve the overall performance of the lbirary. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### iOS - moved animation code to `animations` folder; - add `final`/`private` in appropriate palce; ## 🤔 How Has This Been Tested? Tested on CI. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information
1 parent
9846bc6
commit 3e850de
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters