Closed regnerjr closed 7 years ago
Various screens through out the app use
joinButton.backgroundColor = .clear joinButton.layer.cornerRadius = 10 joinButton.layer.borderWidth = 2 joinButton.layer.borderColor = self.view.tintColor.cgColor
It would be really cool to see this redundant code moved out of the view controller and into a Custom Sub class of UIButton.
https://github.com/iOS-Connect/Connect/pull/35
Fixed by #35
Various screens through out the app use
It would be really cool to see this redundant code moved out of the view controller and into a Custom Sub class of UIButton.