Starting point: How to code taps on your iOS app (Swift)

A key ingredient to developing an iOS application is knowledge of the UITapGestureRecognizer. Below is a line of code you may start out with. The above line is customary for single-tap gestures. But notice the red highlight, which indicates an error. Next steps Let’s say you’re making a social media app and want to be able…

How to round a UIButton’s corners in Xcode

All you Sketch lovers out there know that it’s easy to make a button and round its edges in the software before exporting and importing it into the Assets of your Xcode project. However, if you’re looking to round a button’s edges in Xcode, it’s a fairly simple procedure. 1. Click on the Storyboard and…