-
Updated
May 31, 2021 - Swift
swift-package-manager
Here are 903 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
May 30, 2021 - Swift
-
Updated
May 31, 2021 - Swift
-
Updated
Jun 1, 2021 - Swift
-
Updated
May 27, 2021 - Swift
-
Updated
May 25, 2021 - Swift
-
Updated
May 20, 2021 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Dec 10, 2020 - Swift
-
Updated
Apr 22, 2018 - C
https://www.cnn.com/2021/04/20/politics/maxine-waters-nancy-pelosi/index.html
this url no work
please help me about this issue
-
Updated
Feb 13, 2021 - Swift
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
May 15, 2021 - Swift
-
Updated
Feb 4, 2021 - Swift
-
Updated
May 11, 2021 - Swift
-
Updated
Apr 7, 2021 - Swift
-
Updated
Feb 6, 2021 - Swift
-
Updated
Jan 6, 2021 - Swift
-
Updated
Nov 1, 2020 - Swift
-
Updated
Apr 15, 2021 - Swift
-
Updated
May 31, 2021 - Swift
-
Updated
May 1, 2021 - Swift
-
Updated
May 25, 2021 - Swift
-
Updated
Jul 22, 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."
Describe the feature or problem you’d like to solve
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Proposed solution
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?