iOS-Connect / Connect

An app for connecting you with the people who care about you.
MIT License
2 stars 1 forks source link

Update Rounded Buttons. #34

Closed regnerjr closed 7 years ago

regnerjr commented 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.

stellasu168 commented 7 years ago

https://github.com/iOS-Connect/Connect/pull/35

regnerjr commented 7 years ago

Fixed by #35