Custom Classes

Jason Samui
Mar 28, 2021

--

One thing that I learned this week was building custom classes for buttons, views and other items essential for iOS Coding. I like the fact you can use the Designable tag and see your design in Storyboard. This can save you a ton of time by just looking at Storyboard and not running the code on the simulator or your device to check the look. It has opened a lot of options for me when it comes to a single app or adding to a library of items to use on future projects.

--

--