whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

Refactor view construction logic #117

Open whyceewhite opened 8 years ago

whyceewhite commented 8 years ago

Determine what should be in the various UIKit methods such as loadSubviews, loadConstraints, etc. It seems like there is logic in some methods that should be established in the init() methods.

Refactor: