IOS
nicola.defilippo

Images And Assets

In this post, we see how to use the images with SwiftUI and how to create some beautiful effect. In beginning, we have to add

Read More »
IOS
nicola.defilippo

Layout in SwiftUI

Vertical Stack In the previous post we saw a single object in the view, but to build a nice and helpful interface we need to

Read More »
IOS
nicola.defilippo

Button 2nd episode

Button Shape In the previous post https://nicoladefilippo.com/text-and-button-with-swuiftui/, we saw how to create simple buttons, in this post we see also it’s possible also create a

Read More »
IOS
nicola.defilippo

Swift in five minutes

In this post, I’ll show the fundamentals of the Swift language. It’s the first of a series where I’ll show how to build a chat

Read More »
IOS
nicola.defilippo

SwiftUI and Shake Gesture

There isn’t a way to catch the shake gesture only using SwiftUI, so it’s necessary use these frameworks: Uikit and Combine. Combine is very helpful in this case

Read More »
IOS
nicola.defilippo

QML VS. SwiftUI (part 1)

In this series I’ll show the difference between QML and SwiftUI. Both are declarative language, the first on is part of the Qt cross-platform library,

Read More »