KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Design-Patterns-Swift
★ 21
Open GitHub ↗
Design Patterns in Swift 3.0
Download README (.md)
Explore Similar Repositories
appropriate-images
:
Generate appropriately resized and optimized images for your website, using a configuration that can be shared with client-side libraries.
gtm-in-viewport-manager
:
A manager of in-viewport events for GTM (Google Tag Manager).
WannaCryNetScanner
:
A simple python scanner to detect vulnerable hosts in your net
advplayl
:
Editor online em advpl
ABAPKoans
:
ABAP Koans
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Design-Patterns-Swift
?
Download (.md)
# Design-Patterns-Swift Design Patterns in Swift 3.0 ##### Behavioral * [Chain Of Responsibility](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Chain-Of-Responsibility.swift) * [Command](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Command.swift) * [Interpreter](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Interpreter.swift) * [Iterator](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Iterator.Swift) * [Mediator](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Mediator.swift) * [Memento](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Memento.swift) * [Observer](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Observer.swift) * [State](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/State.swift) * [Strategy](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Strategy.swift) * [Visitor](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Behavioral/Visitor.swift) ##### Creational * [Abstract Factory](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Creational/Abstract_Factory.swift) * [Builder](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Creational/Builder.swift) * [Factory](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Creational/Factory.swift) * [Prototype](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Creational/Prototype.swift) * [Singleton](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Creational/Singleton.swift) ##### Structural * [Adapter](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Adapter.swift) * [Bridge](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Bridge.swift) * [Composite](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Composite.swift) * [Decorator](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Decorator.swift) * [Facade](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Facade.swift) * [Flyweight](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Flyweight.swift) * [Proxy](https://github.com/KenanAtmaca/Design-Patterns-Swift/blob/master/Structural/Proxy.swift)