A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
Jun 20, 2022 - 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!
Elegant iOS form builder in Swift
iOS开发常用三方库、插件、知名博客等等
A collection of awesome loading animations
Android PagerTabStrip for iOS.
A curated list of awesome Swift frameworks, libraries and software.
ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS.
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Sessions currently live forever :-) This "just" needs a proper timer.
精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验
Fully customizable and extensible action sheet controller written in Swift
Gemini is rich scroll based animation framework for iOS, written in Swift.
A paging view controller with a highly customizable menu
I'd like an /Examples folder with some simple iOS apps showing how to use Time.
The first one that comes to mind is a basic iOS app using a UICollectionView to build a month calendar view.
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
A library used to create beautiful animations and transitions for iOS.
Currently, the framework is lagging unit testing. Add some unit test.
A fully customizable popup style menu for iOS
iOS & OSX Syntax Highlighter.
iOS & OSX Bluetooth library for RxSwift
Swipable tab and menu View and ViewController.
A pure Swift library for creating command-line interfaces
A Swift framework for shell scripting.
MultipeerConnectivity + Codable =
Add a description, image, and links to the swift-library topic page so that developers can more easily learn about it.
To associate your repository with the swift-library 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