How to Use ContextMenu in SwiftUI
One of the most effective ways to improve the user experience of an iOS app is by utilizing features that feel native and familiar to the user.

Search for a command to run...
Articles tagged with #ios
One of the most effective ways to improve the user experience of an iOS app is by utilizing features that feel native and familiar to the user.

https://youtu.be/L0X1BK4D6mc Handling Optionals is a bread-and-butter task for Swift developers. We all know the standard way to unwrap a value or provide a fallback, but things get tricky when we are dealing with String interpolation and data type...

https://www.youtube.com/watch?v=CiObtyFFuSs The video is in Portuguese but with English subtitles This article explores the critical distinction between the .task and .onAppear view modifiers in SwiftUI, a common point of confusion and a frequent...

https://www.youtube.com/watch?v=CJOpSvGa8hU The video is in Portuguese but with English subtitles. In modern application development, providing a clear and intuitive user experience is paramount. A key aspect of this is gracefully handling moment...

async let faz parte da nova framework de concurrency introduzida pela Apple no Swift.

Com a evolução do iOS e do Swift ficou muito mais fácil fazer chamadas assíncronas e quando você precisa usar um código legado em uma nova tecnologia?
