A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
swift-library
ios
awesome
objective-c
swift-extensions
swift-framework
ios-animation
swift-language
apple-swift
swift-programming
swift-ios
objective-c-library
ios-libraries
arkit
-
Updated
Jun 17, 2021 - Swift
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