Skip to content

Commit 68c6822

Browse files
committed
Edit comment on notification blog image
1 parent 400cc73 commit 68c6822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2017-08-28-typed-notification-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ We write this same code again and again or we create a `BaseViewController` and
4848
### Typed Notificaion
4949

5050
![Strongly Typed]({{ site.url }}/assets/images/strongly-typed.png)
51+
(Sorry, about the art being not so good. Tried to do my best. ;))
5152

5253
We want to define notifications in such a way, where we can definitively get the data from our notification observer (strongly typed), not a userInfo dictionary. This way we will enforce swift type system to help us writing type safe and bug free code. In this process we will also redefine how we observe our notification to make our code `DRY`[(don't repeat yourself)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself).
5354

0 commit comments

Comments
 (0)