IOS
nicola.defilippo

Pull refresh in SwiftUI

How many apps do you know that implement the pull-to-refresh feature? If you’re interested in learning how to create this helpful functionality in your app,

Read More »
IOS
nicola.defilippo

Pickers in SwiftUI

In this post, I’ll present a list of the principal pickers in SwiftUI: Default Picker The code: In this case, we show three film names,

Read More »
IOS
nicola.defilippo

Menu in SwiftUI

I believe there’s a component that isn’t utilized often: the Menu, especially on the iPhone. The situation for the iPad, however, is somewhat different. In

Read More »
IOS
nicola.defilippo

PencilKit in SwiftUI

Today, numerous mobile and embedded applications utilize digital pencils for capturing signatures or similar tasks (such as in courier apps, bank offices, etc.). In this

Read More »
IOS
nicola.defilippo

Custom Component in SwifUI

SwiftUI is a powerful tool, though one area ripe for improvement is the variety of components available. In this post, we’ll explore how to build

Read More »