A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
May 25, 2021 - Swift
{{ message }}
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
iOS开发常用三方库、插件、知名博客等等
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift.
Swift port of Apple UIImage+UIImageEffecs category.
Swift µframework with extensions for the Optional Type
An Impressive Auto Layout DSL for iOS, tvOS & OSX. & It is written in pure swift.
Updated list of Swift frameworks and libraries for iOS, watchOS, tvOS and macOS.
Collection of native Swift extensions to boost your development. Support tvOS and watchOS.
SwiftyBase - A Swift library for Create Project in iOS ( Base Project)
A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.
一个完整项目从头开始需要的工具、技术、SDK等总结
NSCoding's counterpart for Swift structs.
XCTestExtensions is a Swift extension that provides convenient assertions for writing Unit Test.
An invaluable collection of Swift extensions and utilities for iOS.
Swift language extensions and Cocoa utilities for macOS/iOS
Extensions and syntactic sugar to enrich the Swift standard library, iOS frameworks, and SwifterSwift.
Useful Swift extensions, reusable components and utilities classes by KoingDev
A list of awesome value types in Swift, for a more type safe code
A swift library for using the Cartesian Coordinate System in CGRect.
A small Swift extension for tinting UIButton, like a UIBarButtonItem or a UINavigationItem
The most useful Swift extensions on the web
Swift extensions from Siberia with love! Includes devices types detector.
A collection of useful Swift extensions and code utilities
UICollectionView starter Xcode 8.2.1 project. Highlights use of Swift extensions to improve readability and maintainability. Supports all basic features (you can add, select/highlight, deselect/unhighlight, and remove UICollectionViewCell's), written in Swift 3.0, and ready to be enhanced.
Add a description, image, and links to the swift-extensions topic page so that developers can more easily learn about it.
To associate your repository with the swift-extensions 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