-
Updated
Jun 22, 2020 - Swift
swift-package-manager
Here are 717 public repositories matching this topic...
I just wanted to note that I was reading the documentation for 7.1 (thanks for that by the way, it's a great update), and I wasn't sure what was meant by Transformable and it's new version Field.Coded. I thought that was odd since I've read the README documentation dozens of times by now, so I searched through it and couldn't find anything. Could you add documentation about what Field.Coded
-
Updated
Jun 25, 2020 - Swift
-
Updated
Apr 6, 2020 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Feb 12, 2020 - Swift
-
Updated
Apr 29, 2020 - Swift
-
Updated
Jun 25, 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
Apr 28, 2020 - Swift
-
Updated
Jun 15, 2020 - Swift
-
Updated
Jun 18, 2020 - Swift
-
Updated
Jun 11, 2020 - Swift
-
Updated
May 25, 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
Jun 8, 2020 - Swift
When we can eventually target macOS 10.15 in the far future, we could use NSToolbarItemGroup instead of placing a segmented control in the toolbar.
https://developer.apple.com/documentation/appkit/nstoolbaritemgroup/selectionmode/selectone
https://developer.apple.com/documentation/appkit/nstoolbaritem/3237224-isbordered
https://developer.apple.com/documentation/appkit/nstoolbaritem/3237225-
-
Updated
Jun 15, 2020 - Swift
-
Updated
Jun 23, 2020 - Swift
-
Updated
May 8, 2020 - Swift
-
Updated
Jun 15, 2020 - Swift
-
Updated
Jun 5, 2020 - Swift
Help welcome to add more tests :)
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."

This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties
onandoff. Finally found that when you add elements in UITableViewCell you should add it tocontentViewand not to th