Write NFC Tag with SwiftUI
In the previous post, we learned how to read an NFC tag. In this one, we’ll explore how to write to an NFC tag. As
In the previous post, we learned how to read an NFC tag. In this one, we’ll explore how to write to an NFC tag. As
One of the technologies often discussed (sometimes for security reasons) is Near Field Communication (NFC). In this post, we’ll learn how to read information from
In this post, we’ll learn how to create a tab bar similar to LinkedIn, which features a horizontal black line on top of the selected
In this post, we’ll explore how to customize the TabView with just a few lines of code. As usual, let’s start from the end: We’ll
One often overlooked element in mobile application design is the font. While the focus during design and development typically centers on colors and images, paying
If your app requires QR code scanning capabilities, or if you’re simply interested in this topic, you might find this post useful. First, we’ll craft