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 »

SwiftUI Navigation Bar: A Complete Guide

Learn how to create and customize a Navigation Bar in SwiftUI — the essential component for effortless app navigation. Discover the power of SwiftUI’s declarative syntax to build modern and visually stunning apps that provide a seamless user experience. SwiftUI navigation bar is a UI element that allows users to navigate between different views in an app.

SwiftUI Navigation Bar: A Complete Guide Read More »

Scroll to Top