SwiftSingleton
Singleton implementation
An exploration of different approaches to implementing the Singleton pattern in Swift.
An exploration of the Singleton pattern in Swift
1k stars
39 watching
101 forks
Language: Swift
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
swiftyalex/samples | A collection of reusable code examples in Swift to illustrate various software development concepts and techniques. | 93 |
davecom/swiftgraph | A pure Swift implementation of a graph data structure with algorithms and utility functions | 757 |
weebly/cereal | A Swift serialization framework allowing encoding and decoding of various data types | 369 |
swiftyjson/alamofire-swiftyjson | An extension to simplify serializing Alamofire's responses with SwiftyJSON. | 1,375 |
rxswiftcommunity/rxsegue | A Reactive generic segue implementation for Swift using RxSwift | 80 |
amayne/swiftstring | A lightweight string extension for Swift with various utility methods | 1,622 |
sherlouk/swiftprovisioningprofile | Converts mobile provisioning file data to a usable Swift model | 64 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
adeca/swiftyswift | A collection of useful extensions for Swift types and Cocoa objects to simplify development. | 65 |
oisdk/swiftsequence | An extension framework for working with sequences in Swift, providing various functions to manipulate and transform them. | 375 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
mergesort/public-extension | A log of handy Swift extensions curated and maintained by the community. | 298 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
yahoojapan/swiftyxmlparser | An XML parsing library implemented in Swift | 582 |