Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Swift
 Awesome Swift
A curated list of awesome Swift frameworks, libraries and software. Inspired by awesome-php (https://github.com/ziadoz/awesome-php).
- Awesome Swift (#awesome-swift)
@@ -55,8 +55,7 @@
⟡ SwiftPasscodeLock (https://github.com/velikanov/SwiftPasscodeLock) - An iOS passcode lock with TouchID authentication written in Swift.
⟡ SlideMenuControllerSwift (https://github.com/dekatotoro/SlideMenuControllerSwift) - iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
⟡ Hue (https://github.com/hyperoslo/Hue) - Hue is the all-in-one coloring utility that you'll ever need.
⟡ SAHistoryNavigationViewController
 (https://github.com/szk-atmosphere/SAHistoryNavigationViewController) - SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller.
⟡ SAHistoryNavigationViewController (https://github.com/szk-atmosphere/SAHistoryNavigationViewController) - SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller.
⟡ WobbleView (https://github.com/inFullMobile/WobbleView) - Implementation of wobble effect for any view in app.
⟡ SimpleAlert (https://github.com/KyoheiG3/SimpleAlert) - Customizable simple Alert and simple ActionSheet for Swift
⟡ Interactive Side Menu (https://github.com/handsomecode/InteractiveSideMenu) - Customizable iOS Interactive Side Menu written in Swift 3.0.
@@ -65,8 +64,7 @@
⟡ SendIndicator (https://github.com/LeonardoCardoso/SendIndicator) - Yet another task indicator.
⟡ SectionedSlider (https://github.com/LeonardoCardoso/SectionedSlider) - Control Center Slider.
⟡ Cupcake (https://github.com/nerdycat/Cupcake) - An easy way to create and layout UI components for iOS.
⟡ PinLayout (https://github.com/mirego/PinLayout) - Extremely Fast views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable
& chainable.
⟡ PinLayout (https://github.com/mirego/PinLayout) - Extremely Fast views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
⟡ Gemini (https://github.com/shoheiyokoyama/Gemini) - Gemini is rich scroll based animation framework for iOS, written in Swift.
⟡ Hero (https://github.com/HeroTransitions/Hero) - Hero is a library for building iOS view controller transitions.
⟡ CrispyCalendar (https://github.com/CleverPumpkin/CrispyCalendar) - CrispyCalendar is the calendar UI framework.
@@ -123,8 +121,7 @@
⟡ Caravel (https://github.com/coshx/caravel) - A Swift event bus for UIWebView and JS
⟡ EmitterKit (https://github.com/aleclarson/emitter-kit) - An elegant event framework built in Swift
⟡ Swift-Custom-Events
 (https://github.com/StephenHaney/Swift-Custom-Events) - A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development.
⟡ Swift-Custom-Events (https://github.com/StephenHaney/Swift-Custom-Events) - A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development.
⟡ Kugel (https://github.com/TakeScoop/Kugel) - A glorious Swift wrapper around NSNotificationCenter
Queue
@@ -192,8 +189,7 @@
⟡ GooglePlacesAutocomplete (https://github.com/watsonbox/ios_google_places_autocomplete) - Simple Google Places address entry for iOS.
⟡ Swifter (https://github.com/mattdonnelly/Swifter) - A Twitter framework for iOS & OS X written in Swift
⟡ SwiftIB (https://github.com/kcome/SwiftIB) - An InteractiveBrokers API Library for OS X written in Swift. InteractiveBrokers is one of a few, if not the best, brokerage company provide 
Gateway+API solution for traders.
⟡ SwiftIB (https://github.com/kcome/SwiftIB) - An InteractiveBrokers API Library for OS X written in Swift. InteractiveBrokers is one of a few, if not the best, brokerage company provide Gateway+API solution for traders.
Extensions
@@ -221,8 +217,7 @@
⟡ CAAnimation + Closure (https://github.com/honghaoz/Swift-CAAnimation-Closure) - Add start / completion closures for CAAnimation instances
⟡ SwiftyUserDefaults (https://github.com/radex/SwiftyUserDefaults) — a cleaner, swiftier API for NSUserDefaults
⟡ Pluralize.swift (https://github.com/joshualat/Pluralize.swift) - Great Swift String Pluralize Extension
⟡ SwiftSequence
 (https://github.com/oisdk/SwiftSequence) - A μframework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things.
⟡ SwiftSequence (https://github.com/oisdk/SwiftSequence) - A μframework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things.
⟡ BrightFutures (https://github.com/Thomvis/BrightFutures) - Write great asynchronous code in Swift using futures and promises.
⟡ EZSwiftExtensions (https://github.com/goktugyil/EZSwiftExtensions) - :smirk: How Swift standard types and classes were supposed to work.
⟡ BFKit-Swift (https://github.com/FabrizioBrancati/BFKit-Swift) - A collection of useful classes to develop Apps faster.
@@ -243,7 +238,7 @@
⟡ Versions (https://github.com/zenangst/Versions) - Helping you find inner peace when comparing version numbers in Swift
⟡ Swift 4 Module Template (https://github.com/fulldecent/swift4-module-template) - An opinionated starting point for awesome, reusable Swift 4 modules
 Resources
 Resources
Various resources, such as books, websites and articles, for improving your Swift development skills and knowledge.
Swift Websites
@@ -267,8 +262,7 @@
⟡ The Swift Programming Language (https://itunes.apple.com/us/book/the-swift-programming-language/id881256329?mt=11)
⟡ Using Swift with Cocoa and Objective-C (https://itunes.apple.com/us/book/using-swift-cocoa-objective/id888894773?mt=11)
⟡ Swift Standard Library Reference (https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/SwiftStandardLibraryReference/)
⟡ Learn to Program iOS and OS X with Apple Swift
 (https://www.kickstarter.com/projects/alanforbes/learn-to-program-ios-and-os-x-with-apple-swift?utm_medium=referral&utm_source=swift.zeef.com%2Frobin.eggenkamp&utm_campaign=ZEEF)
⟡ Learn to Program iOS and OS X with Apple Swift (https://www.kickstarter.com/projects/alanforbes/learn-to-program-ios-and-os-x-with-apple-swift?utm_medium=referral&utm_source=swift.zeef.com%2Frobin.eggenkamp&utm_campaign=ZEEF)
Swift Videos
@@ -284,11 +278,10 @@
⟡ SwiftStub (http://swiftstub.com) - an online Swift playground and REPL.
 Other Awesome Lists
 Other Awesome Lists
Other amazingly awesome lists can be found in the awesome-awesomeness (https://github.com/bayandin/awesome-awesomeness) list.
 Contributing
 Contributing
Your contributions are always welcome! Please submit a pull request or create an issue to add a new framework, library or software to the list. Do not submit a project, which hasn't been 
updated in the past 6 months or is not awesome.
Your contributions are always welcome! Please submit a pull request or create an issue to add a new framework, library or software to the list. Do not submit a project, which hasn't been updated in the past 6 months or is not awesome.