-
Updated
Jun 19, 2020 - Swift
swift-package-manager
Here are 710 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 16, 2020 - Swift
-
Updated
Apr 6, 2020 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Feb 12, 2020 - Swift
-
Updated
Apr 29, 2020 - Swift
-
Updated
Jun 16, 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 17, 2020 - Swift
-
Updated
May 8, 2020 - Swift
-
Updated
Jun 15, 2020 - Swift
-
Updated
Jun 5, 2020 - Swift
No docs for 5.x/6.x
All the docs for MongoKitten are out of date. We need to upgrade our code from an older version to MongoKitten 6, but the docs are still for 4.x
e.g database.createCollection doesn't exist anymore.
Describe the bug
Docs are for 4.x not 5.x/6.x e.g http://beta.openkitten.org/tutorials/mongokitten/Administration/
Server-side Swift:
- OS: All
- Swift Version: 5+
- MongoKitten
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