© 2022 Hashnode
#ios-apps
Email Client Airmail 🤯 was an upgrade to my Apple email client. With the number of features that it offers, it is effectively good. It is versatile in terms of email management and makes adding vario…
As most of you know I’m an Apple platforms Developer working in iOS, OSX, WatchOS applications and been in the industry for the past 5 years now. I have Handled, architected, designed and developed va…
The topic of MVC (or Massive View Controllers as it is not so fondly called 🙃) is one that every iOS developer has come across at one point or another. Starting out as a developer, MVC was the first …
Recently, I released my first app on the App Store! The app is called Compound Interest Solver. The app's main functionality is to calculate compound interest. Over time, I plan to add additional form…
Background Before creating tutorials for this iOS development series, I wanted to share my path to releasing an app. I come from a programming background, but I felt that the iOS world was unapproacha…
Hi, my name is Sean, and welcome to my new series, iOS Development. This series will explain everything iOS dev-related and how to create your first app. I've been a programmer for six years. I studie…
Let's talk about Unit Test What Unit Test ? Every Smallest Testable Part of Application it's Called Unit, Simply Unit Test functionality for Every unit in your App Why Unit Test ? Advantage : De…
Introduction Hi iOS devs! On this tutorial I'm going to show you how to create a really cool completelly custom animated dropdown menu that I've developed with SwiftUI. If you don't want to use the n…
What is SwiftUI? SwiftUI is a user interface toolkit that allows developers to design iOS apps declaratively. With SwiftUI, developers determine what they’d like their user interface to look like and …
Apple's PhotoKit framework allows app developers like you to access the photo and video assets managed by the Photos app. Using PhotoKit, you can fetch and cache assets for display and playback, edit…