Vaibhav

Software

LazyVStack vs List in iOS 18 – #30DaysOfSwift | HackerNoon

Day 13: LazyVStack vs List – Efficient List Building in SwiftUI 🛠️ In today’s post of the #30DaysOfSwift series, we’re diving into the two essential components for building lists in SwiftUI. While both are great for displaying large amounts of content, they have distinct use cases and performance differences. Key Differences: LazyVStack: Offers a flexible, customizable layout for stacking views vertically. Loads content lazily as it comes into view, improving performance for large datasets. Provides more

Read More »

How to Add a SplashScreen in SwiftUI | HackerNoon

Day 5: First Impressions Matter! 🚀 In the fifth post of the #30DaysOfSwift series, we’ll focus on creating a Launch Screen for your app. This is the screen users see first when your app is loading, and it’s a great way to introduce your app’s brand. Why Use a SplashScreen? It’s the first thing users see when they open your app. A launch screen makes the app feel more responsive during the loading process. Here’s

Read More »
Software

How to Collect Feedback With Canny.io – #30DaysOfSwift | HackerNoon

Day 7: Stay in the Loop with Canny.io! 🔄 In the seventh post of the #30DaysOfSwift series, I am sharing about Canny.io—a great tool for collecting user feedback and tracking feature requests. Here’s how you can easily add Canny.io to your app: Steps to Integrate Canny.io: Set Up Your Canny.io Account: If you haven’t already, sign up at Canny.io, and create a new board for your app to track feedback. Go to Settings > Installation,

Read More »