Here are
62 public repositories
matching this topic...
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
Updated
Mar 27, 2022
Swift
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
Updated
Mar 8, 2022
Swift
😏 How Swift standard types and classes were supposed to work.
Updated
Dec 24, 2019
Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Updated
Nov 1, 2020
Swift
You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift.
Updated
Mar 25, 2020
Swift
Swift port of Apple UIImage+UIImageEffecs category.
Updated
Nov 29, 2017
Swift
Swift µframework with extensions for the Optional Type
Updated
Feb 18, 2019
Swift
An Impressive Auto Layout DSL for iOS, tvOS & OSX. & It is written in pure swift.
Updated
Mar 5, 2019
Swift
Collection of native Swift extensions and classes to boost development process.
Updated
Mar 27, 2022
Swift
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Updated
Mar 15, 2020
Swift
Updated list of Swift frameworks and libraries for iOS, watchOS, tvOS and macOS.
Updated
Mar 1, 2022
Python
一个完整项目从头开始需要的工具、技术、SDK等总结
Swift extensions and utils classes
Updated
Nov 7, 2021
Swift
SwiftyBase - A Swift library for Create Project in iOS ( Base Project)
Updated
Apr 5, 2022
Swift
A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.
Updated
Apr 5, 2022
Swift
NSCoding's counterpart for Swift structs.
Updated
Sep 27, 2019
Swift
XCTestExtensions is a Swift extension that provides convenient assertions for writing Unit Test.
Updated
Feb 14, 2022
Swift
An invaluable collection of Swift extensions and utilities for iOS.
Updated
Apr 5, 2022
Swift
Swift language extensions and Cocoa utilities for macOS/iOS
Updated
Jan 25, 2018
Swift
Extensions and syntactic sugar to enrich the Swift standard library, iOS frameworks, and SwifterSwift.
Updated
Apr 7, 2022
Swift
Useful Swift extensions, reusable components and utilities classes by KoingDev
Updated
May 2, 2019
Swift
A list of awesome value types in Swift, for a more type safe code
Updated
Nov 28, 2019
Swift
A swift library for using the Cartesian Coordinate System in CGRect.
Updated
Jul 30, 2021
Swift
A small Swift extension for tinting UIButton, like a UIBarButtonItem or a UINavigationItem
Updated
Sep 21, 2018
Swift
The most useful Swift extensions on the web 🔥
Updated
Nov 17, 2017
Swift
A collection of useful Swift extensions and code utilities
Updated
Feb 3, 2019
Swift
A handy collection of Swift method and Tools to build project faster and more efficient.
Updated
Mar 25, 2022
Swift
Swift extensions from Siberia with love! Includes devices types detector.
Updated
Jan 26, 2021
Swift
Improve this page
Add a description, image, and links to the
swift-extensions
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
swift-extensions
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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