-
Updated
Aug 31, 2020 - Swift
swift-package-manager
Here are 785 public repositories matching this topic...
[ ] I've read, understood, and done my best to follow the Contributing guidelines before opening this issue.
This is more like a suggestion, not an issue
What did you do?
Tried to use UIImage rotated(by angle: Measurement) on a round image
What did you expect to happen?
The image to be rotated
-
Updated
Sep 1, 2020 - Swift
-
Updated
Sep 1, 2020 - Swift
-
Updated
Jul 5, 2020 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Aug 18, 2020 - Swift
-
Updated
Aug 4, 2020 - Swift
-
Updated
Apr 22, 2018 - C
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
Oct 17, 2019 - Swift
-
Updated
Aug 26, 2020 - Swift
-
Updated
Jun 15, 2020 - Swift
-
Updated
Aug 18, 2020 - Swift
-
Updated
Aug 1, 2020 - Swift
-
Updated
Jul 5, 2020 - Swift
Hello,
I run it on simulator and I don't know if it's a bug but you can't scroll to see all screen on AppleTV, I think it's because images are not focusable..
-
Updated
Aug 9, 2020 - Swift
-
Updated
Jul 22, 2020 - Swift
-
Updated
Dec 30, 2019 - Swift
-
Updated
Sep 2, 2020 - Swift
-
Updated
Aug 31, 2020 - Swift
-
Updated
Jun 15, 2020 - Swift
-
Updated
Aug 31, 2020 - Swift
-
Updated
Aug 15, 2020 - Swift
Improve this page
Add a description, image, and links to the swift-package-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-package-manager topic, visit your repo's landing page and select "manage topics."
What did you do?
Trying to create a showAnimatedSkeleton, where solid color animation change from one color to another:
What did you expect to happen?
Views displaying custom backgroundColor CAAnimation.
What happened instead?
Skeletonable views take default color (clouds) while animation is on, and custom animation is ignored.
Steps to reproduce the behavior