© 2022 Hashnode
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…
This blog post originally appeared on the Official Dendron Blog. Dendron is an open-source, local-first, markdown-based, note-taking tool built on top of VSCode. On the desktop, markdown-based notes…
In the last lesson, we took some theories about animation, therefore, today we're going to make our hands dirty, learn by doing. BUT, Hold on. We need to understand important concepts of animation bef…
What is an Optional (background) ? In swift an optional is a constant or variable that can hold a value OR no valuenil of the original type. This value is denoted by "?". An optional value must be unw…