SwiftUI Toolbar: A complete Guide with examples

SwiftUI Toolbar is a powerful tool for designing elegant and functional user interfaces. In this blog post, we’ll be working with the native SwiftUI Toolbar and exploring its capabilities, providing examples, and showing you how to customize things like its background color to match your app’s design. SwiftUI toolbar basic example Let’s kick things off by

SwiftUI Toolbar: A complete Guide with examples Read More »

SwiftUI Search: Enhance User Experience with SwiftUI Searchable

To create applications that users will love, developers must embrace intuitive design and create a great user experience. When thinking user experience one important note is efficient data presentation. One way of achieving that is by implementing search in SwiftUI. SwiftUI offers a powerful tool for achieving this: the Searchable modifier. In this blog post,

SwiftUI Search: Enhance User Experience with SwiftUI Searchable Read More »

Swift UserDefaults: All you need to know

Swift UserDefaults is a lightweight and convenient data persistence store provided by Apple’s Foundation framework. It allows you to store small pieces of data, such as user preferences, settings, and simple configuration values. These values are automatically saved to the device’s file system, making them accessible even after the app is closed or the device

Swift UserDefaults: All you need to know Read More »

SwiftUI PhotoPicker: A Hands-On Guide with Examples

SwiftUI PhotoPicker is a powerful package for seamlessly integrating photo and media selection capabilities into your applications.  In this blog post, we’ll dive into how you can implement PhotoPicker and how you let the user pick a single image or select multiple images and of course how you can filter what kind of images they

SwiftUI PhotoPicker: A Hands-On Guide with Examples Read More »

SwiftUI TextField Placeholder: Best Practices and Tips

A well-crafted placeholder can greatly impact the overall user experience. In this blog post, we will explore the importance of TextField placeholders, learn how to change the color of the placeholder, use a image in placeholder and change the font. We will end the blog post with some great tips make better placeholders. What is

SwiftUI TextField Placeholder: Best Practices and Tips Read More »

Swift EventKit: Calendar management

With Swift EventKit framework it provides powerful capabilities for working with calendars, allowing developers to seamlessly create, edit, fetch and delete calendar events within their applications.  In this blog post, we will explore a full example of eventkit to create, edit, and delete calendar events, helping users stay organized and on top of their schedules. 

Swift EventKit: Calendar management Read More »

Scroll to Top