-
Updated
Jul 7, 2022 - Swift
cocoapods
Here are 2,556 public repositories matching this topic...
-
Updated
Jul 5, 2022
-
Updated
Mar 15, 2022 - Swift
-
Updated
Jun 24, 2022 - Swift
-
Updated
Jul 1, 2022 - Ruby
-
Updated
Jul 4, 2022 - Objective-C
-
Updated
May 9, 2022 - Objective-C
-
Updated
Jun 15, 2022 - Swift
-
Updated
Mar 4, 2022 - Swift
-
Updated
Jun 21, 2022 - Swift
-
Updated
Dec 30, 2021 - Objective-C
-
Updated
Jul 1, 2022 - Objective-C
-
Updated
Mar 8, 2022 - Objective-C
-
Updated
Aug 10, 2021 - Objective-C
-
Updated
Mar 28, 2022 - Swift
-
Updated
Feb 23, 2018 - Objective-C
-
Updated
Sep 20, 2020 - Swift
-
Updated
Jun 27, 2022 - Objective-C
-
Updated
Jul 26, 2021 - Objective-C
-
Updated
Jun 26, 2022 - Swift
-
Updated
Apr 5, 2022 - Swift
-
Updated
Mar 24, 2022 - Swift
-
Updated
Sep 20, 2018 - Objective-C
Improve this page
Add a description, image, and links to the cocoapods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cocoapods topic, visit your repo's landing page and select "manage topics."
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