Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit cf20e33

Browse files
committed
Changed post date 🚀
1 parent 5da90d3 commit cf20e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-03-19-dependecy-injection-swift.md renamed to _posts/2020-04-19-dependecy-injection-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How to: create your SUPER simple dependency injector container in Swift"
44
description: "There are a lot of dependency injection framework in the open source swift world with really cool features like object graph, persistence etc. But what if all you need is a lightweight dependencies container? In this post I will show you how to create it by leveraging the Metatype Type, Generics, the Hashable protocol and the Equatable protocol."
5-
date: 2020-03-19
5+
date: 2020-04-19
66
image: /assets/images/posts/dp-container.jpg
77
tags: [swift, ios, apple, mobile application development]
88
comments: true

0 commit comments

Comments
 (0)