Business models in Apple apps: Discover the perfect one for you4 April 2024Choosing the business and monetization model of your app is vital for its success and your profits.
Mastering basics: Structures vs. Clases28 March 2024Both options allow you to encapsulate and reuse values and behaviors, but knowing their differences helps optimize your code
Keys to Success the App Store Publication Review18 March 2024I’ll show you the keys to quickly and efficiently pass the publication review of your app in the App Store
Understanding Closures in Swift5 September 2023A closure expression is a self-contained block that can be used in your code
Using Function Types in Swift10 July 2023As Functions are first-class citizens, you can enjoy its benefits
Function Argument Labels and Parameter Names26 June 2023Discover the basics about input parameters in functions
Returning Multiple Values from a Function: Tuples vs. Collections12 June 2023Learn how you can return multiple values from a single function
Understanding the Basics of Swift Functions29 May 2023Functions let us organize code, reuse it, and avoid duplications