-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image viewer #338
Image viewer #338
Conversation
Generated by 🚫 Danger Swift against a7f62f3 |
Codecov ReportBase: 33.83% // Head: 13.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #338 +/- ##
============================================
- Coverage 33.83% 13.65% -20.18%
============================================
Files 234 232 -2
Lines 15548 15149 -399
Branches 9229 7424 -1805
============================================
- Hits 5260 2068 -3192
- Misses 10130 13025 +2895
+ Partials 158 56 -102
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, albeit there are improvements we can make.
Another option would be to treat is similarly to files and use the QLPreviewController
to display it, which would bring us a lot of features for free
Simulator.Screen.Recording.-.iPhone.14.-.2022-11-28.at.10.15.23.mp4
Kudos, SonarCloud Quality Gate passed!
|
Fixes #244
Also adds
isModallyPresented
functionality into the video player screen.