Connect with us

Code

Design Patterns – Design Patterns implemented in Swift 5.0

Design Patterns In Swift – a mass of design patterns implemented in Swift 5.0. There are 11 Behavioural design patterns (Chain of Responsibilities, Observer, etc.), 6 Creative (Factory Method, Singleton, etc.) and 8 Structural (Adapter, Decorator, etc.).

Behavioral Creational Structural
🐝 Chain Of Responsibility 🌰 Abstract Factory 🔌 Adapter
👫 Command 👷 Builder 🌉 Bridge
🎶 Interpreter 🏭 Factory Method 🌿 Composite
🍫 Iterator 🔂 Monostate 🍧 Decorator
💐 Mediator 🃏 Prototype 🎁 Façade
💾 Memento 💍 Singleton 🍃 Flyweight
👓 Observer ☔ Protection Proxy
🐉 State 🍬 Virtual Proxy
💡 Strategy
🏃 Visitor
📝 Template Method
Design Patterns In Swift on GitHub: https://github.com/ochococo/Design-Patterns-In-Swift
Platform: iOS/coding
⭐️: 14.4K
Advertisement

Trending