HausClock icon indicating copy to clipboard operation
HausClock copied to clipboard

Create Basic App

Open nottombrown opened this issue 10 years ago • 1 comments

All business logic is in ViewController.swift

nottombrown avatar Oct 18 '14 20:10 nottombrown

So yeah, broadly speaking I think you should have a TimeView class of some sort that knows how to display the remaining time and can report button presses to your view controller via a delegate pattern or something. There is prooobably too much logic in your ViewController right now (an extremely common antipattern of which i am often guilty). There is a good blog post on how you can mitigate this here: http://khanlou.com/2014/09/8-patterns-to-help-you-destroy-massive-view-controller/

jflinter avatar Oct 18 '14 22:10 jflinter