16 Repositories
Swift syntactic Libraries
π¬ A tiny extension for UIAlertController that makes working with it very simple. Only 150 lines of code.
AlertController π¬ A tiny extension for UIAlertController that makes working with it very simple. Only 150 lines of code. Alert let alert = UIAlertCon
Sweet-swift - Make Swift Sweet by Gracefully Introducing Syntactic Sugar, Helper Functions and Common Utilities
Sweet Swift Make Swift Sweet by Gracefully Introducing Syntactic Sugar, Helper F
And - Syntactic sugar for Swift initializers
And Syntactic sugar for Swift initializers Usage let label = UILabel().and { $0
Idiomatic instantiation and dequeuing
ReusableViews Why? This extension package solves the following problems: Forces your team to adhere to standard practices by: Making storyboard identi
Shadow - Syntactic sugar for shadows in the SwiftUI framework
Shadow Syntactic sugar for shadows in the SwiftUI framework. import SwiftUI impo
π Let your code flow. Extension methods for fluent syntax in Swift.
Flow π Let your code flow. This library provides a bunch of extension methods for a better fluent syntax in Swift. This style is very useful for some
π― Syntactic sugar for Moya
MoyaSugar Syntactic sugar for Moya. Why? Moya is an elegant network abstraction layer which abstracts API endpoints gracefully with enum. However, it
Syntactic Sugar for Accelerate/vImage and Core Image Filters
ShinpuruImage Syntactic Sugar for Accelerate/vImage and Core Image Filters ShinpuruImage offers developers a consistent and strongly typed interface t
Minimal AutoLayout convenience layer. Program constraints succinctly.
MiniLayout Minimal AutoLayout convenience layer. Program constraints succinctly. Usage Put label over textField // using MiniLayout: view.constrain(la
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
Async Now more than syntactic sugar for asynchronous dispatches in Grand Central Dispatch (GCD) in Swift Async sugar looks like this: Async.userInitia
β¨ Super sweet syntactic sugar for SwiftUI.View initializers.
ViewCondition β¨ Super sweet syntactic sugar for SwiftUI.View initializers. At a Glance struct BorderTextView: View { var color: Color? @ViewBuild
π Syntactic sugar for Swift do-try-catch
Fallback Syntactic sugar for Swift do-try-catch. At a Glance value = try fallback( try get("A"), try get("B"), try get("C"), try get("D") ) is
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch (iOS7+ and OS X 10.9+ compatible)
Async.legacy Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch (GCD) Async rewritten for iOS7 and OS X 10.9 Compatibility
β¨ Super sweet syntactic sugar for Swift initializers
Then β¨ Super sweet syntactic sugar for Swift initializers. At a Glance Initialize UILabel then set its properties. let label = UILabel().then { $0.t
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
Async Now more than syntactic sugar for asynchronous dispatches in Grand Central Dispatch (GCD) in Swift Async sugar looks like this: Async.userInitia
TinyConstraints is the syntactic sugar that makes Auto Layout sweeter for human use.
TinyConstraints is the syntactic sugar that makes Auto Layout sweeter for human use. Features Pure Swift 5 sweetness. Everything you can do with Auto