kongtomorrow / TryCatchFinally-SwiftLinks
Swift doesn't support try/catch/finally constructs or exception throwing… OR DOES IT?
☆19Updated 10 years ago
Alternatives and similar repositories for TryCatchFinally-Swift
Users that are interested in TryCatchFinally-Swift are comparing it to the libraries listed below
Sorting:
- A promises library written in Swift featuring combinators like map, flatMap, whenAll, whenAny.☆68Updated 3 years ago
- YapDatabase extensions for use with Swift☆89Updated 7 years ago
- A series of helpers and extensions for identifying what device is interacting with your app.☆66Updated 10 years ago
- Queues, timers, and task groups in Swift☆107Updated 8 years ago
- A Type-Safe, Thread-Safe-ish approach to CoreData in Swift☆48Updated 9 years ago
- An always-sorted collection type built for Swift☆46Updated 10 years ago
- Semantic versioning in Swift☆129Updated 10 years ago
- Build script that generates a source file based on Xcode assets☆55Updated 6 years ago
- Generic datasources for UITableView and UICollectionView in Swift, with support for YapDatabase☆68Updated 9 years ago
- Concise and type safe CALayer animations☆68Updated 10 years ago
- Better interoperability between different numerical types by using operator overloading and implicit casts conversions☆180Updated 9 years ago
- AutoLayoutKit in pure Swift.☆76Updated 8 years ago
- Localize straight from the Storyboard/XIB☆46Updated 6 years ago
- Finding dominant colors of an image using k-means clustering☆51Updated 10 years ago
- A collection of CGRect, CGPoint and CGSize convenience functions for Swift☆121Updated 9 years ago
- A library of Swift extensions to turbocharge your iOS development.☆65Updated 6 years ago
- Application information delivered in nice Swifty way☆37Updated 9 years ago
- Generate Json encoders and decoders based on Swift structs with good error handling☆76Updated 8 years ago
- Model framework using Argo☆44Updated 10 years ago
- MessagePack implementation for Swift / msgpack.org[Swift]☆102Updated 10 years ago
- ProtocolUI is a simple helper file providing very basic infrastructure for customizing UI elements via protocol extensions.☆73Updated 9 years ago
- Reimagining Mantle in Swift (experimental)☆198Updated 11 years ago
- Swift string fuzzy ranking. Score of 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825☆154Updated 5 years ago
- Boa is a simple Ruby gem to generate VIPER projects and modules☆78Updated 8 years ago
- QueryKit command line tool to produce type-safe accessors☆65Updated 5 years ago
- A companion library to BrightFutures with extensions to CocoaTouch that provide a Future based interface to asynchronous API's