IOS
nicola.defilippo

Toolbar and Customization

In the previous post (https://nicoladefilippo.com/navigation-in-swiftui/) we saw how to navigate between the views in the app. In this post, we see another element to implement

Read More »
IOS
nicola.defilippo

Navigation in SwiftUI

In the previous posts, we have seen the fundaments of the SwiftUI. Now is the moment to starts to build something a bit more complex,

Read More »
IOS
nicola.defilippo

List in SwiftUI

In this post, I explain how to use the list to show a list of elements. The first simple example: The magic word is List, which

Read More »
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 »