Uncategorized

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 ConfirmationDialog — with examples

It is important to ensure a smooth and delightful user experience thougth out your app. In iOS 15 Apple have introduced SwiftUI confirmationDialog that can help us with just that. SwiftUI confirmationDialog is a easy way for you as a developer to show a dialog with multiple choices, provide a title and a hint message

SwiftUI ConfirmationDialog — 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 »

SwiftUI TextField: A User-Friendly Guide

SwiftUI’s TextField is a powerful user interface element that enables developers to effortlessly capture user input and create interactive experiences in their applications. Whether you’re a seasoned SwiftUI developer or just starting your journey, this blog post will walk you through the ins and outs of SwiftUI TextFields, providing valuable insights, use cases, and code

SwiftUI TextField: A User-Friendly Guide Read More »

Scroll to Top