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
Sure, sometimes when developing mobile applications, you find yourself in situations where you want some elements to have dimensions proportional to the screen. In such
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
When you use the app on an iPad, you often see a list on the left and some details on the right. In this post,
When using a table, you typically manage a lot of data, so some basic operations include searching and selecting. In this post, you’ll learn how
If a list is a must-have for the iPhone, similarly, the Table can be essential for the iPad. Typically, when developing applications for larger screens,