Spawn: Spontaneity made easy. This app aims to ease the friction of making spontaneous plans with your friends, and get rid of the infinite group chat headache.
Other
3
stars
0
forks
source link
Refactoring: Squashed `EventLocationView` and `EventTimeView` into one component #44
Created new enum, EventInfoType.swift to determine which component to use.
They only differ by image system name and text to show, so it was easy to move that into a view model (logic layer) and keep the UI between them identical, as they were.
EventInfoType.swift
to determine which component to use.Simple refactor, nothing special.