-
Updated
Feb 21, 2022 - Swift
swift-package-manager
Here are 996 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
Feb 24, 2022 - Swift
-
Updated
Sep 17, 2021 - Swift
-
Updated
Feb 21, 2022 - Swift
-
Updated
Feb 2, 2022 - Swift
-
Updated
Jan 27, 2022 - Swift
-
Updated
Feb 25, 2022 - Swift
-
Updated
Feb 26, 2022 - Swift
-
Updated
Jul 28, 2021 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Nov 6, 2018 - Swift
-
Updated
Dec 10, 2020 - Swift
-
Updated
Feb 7, 2022 - Swift
Currently, the framework is lagging unit testing. Add some unit test.
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.
-
Updated
May 15, 2021 - Swift
-
Updated
Feb 9, 2022 - Swift
-
Updated
Jan 15, 2022 - Swift
-
Updated
Oct 30, 2021 - Swift
-
Updated
Oct 19, 2021 - Swift
-
Updated
Sep 2, 2021 - Swift
-
Updated
Feb 1, 2022 - Swift
-
Updated
Jul 4, 2021 - Swift
-
Updated
Nov 1, 2020 - Swift
Help welcome to add more tests :)
-
Updated
Feb 15, 2022 - 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: