aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LEARNING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/LEARNING.md b/LEARNING.md
index a01f53c..2c04f65 100644
--- a/LEARNING.md
+++ b/LEARNING.md
@@ -20,10 +20,10 @@
- [x] The 'coordinator pattern'
- Don't worry about child coordinator
- Decouple VCs from views
-- [ ] Custom views, separate View from VC
+- [x] Custom views, separate View from VC
- HasCustomView, see FeedbackVC
- OK to have how I had it, taking in set data as string/images and not a ViewModel, since View could be reused in this way without coupling it to ViewModel, but either way works
-- [ ] Presenter
+- [x] Presenter
- VC shouldn't see PenguinItem, only the one for rendering, e.g. 'PenguinItemModel'
- ViewModel struct can be together with Presenter file if simple
- [ ] Background thread