-
Updated
Oct 19, 2021 - Swift
swift-package-manager
Here are 958 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
-
Updated
Oct 24, 2021 - Swift
-
Updated
Sep 17, 2021 - Swift
-
Updated
Oct 25, 2021 - Swift
-
Updated
Oct 21, 2021 - Swift
-
Updated
Oct 11, 2021 - Swift
-
Updated
Oct 7, 2021 - Swift
-
Updated
Sep 28, 2021 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Nov 6, 2018 - Swift
-
Updated
Dec 10, 2020 - Swift
-
Updated
Jul 28, 2021 - Swift
Similar to how Weblinkpreview allows you to search for any property tag.
webLinkMetadata["image"] // String for <meta property="og:image" ...>
The above method allows for searching for any tag, which would be useful to search for things that we need.
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
May 15, 2021 - Swift
-
Updated
Oct 26, 2021 - Swift
-
Updated
Aug 30, 2021 - Swift
-
Updated
Sep 14, 2021 - Swift
-
Updated
Sep 27, 2021 - Swift
-
Updated
Oct 19, 2021 - Swift
-
Updated
Sep 2, 2021 - Swift
-
Updated
Sep 2, 2021 - Swift
-
Updated
Jul 4, 2021 - Swift
-
Updated
Nov 1, 2020 - Swift
Help welcome to add more tests :)
-
Updated
Sep 23, 2021 - 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."
Table Section Height
I have a tableView with. a different section with custom height. So, how I can set the same height for the skeleton tableView?
Attachments: