Skip to content

Instantly share code, notes, and snippets.

View codytwinton's full-sized avatar
:octocat:
Why is status a thing?

Cody Winton codytwinton

:octocat:
Why is status a thing?
View GitHub Profile
enum ViewCategory : String {
case home
case info
case settings
case interests
func button() -> UIButton {
let button = UIButton()
button.setImage(UIImage(named:rawValue), for: .normal)