Xavierxavier7t.com·Sep 15, 2024Create Radial Pattern in SwiftUIHow to Create a Radial Pattern in SwiftUI In this tutorial, we'll explore how to create a vibrant radial pattern using SwiftUI. We'll use gradients and circles to form a stunning geometric design. If you’re looking to add visually appealing elements ...Discuss·46 readsSwiftUI
Alperen Sarışanalperensarisan.dev·Aug 3, 2024Vapor: A Swift Approach to Backend DevelopmentIn the world of web development, choosing the right backend framework can make all the difference. Today, we're diving into Vapor, a server-side Swift web framework that's been gaining traction among developers. Let's explore what makes Vapor unique ...Discuss·28 readsDevelopervapor
Chris Wakefieldindieapplab.dev·Aug 1, 2024The truth about meWhen I started this blog, I decided I was writing it for my past self. The person who needed to just make a start with making apps but couldn’t find the motivation. I searched high and low for proof that this could be a viable, profitable business mo...Discuss·416 readsiOS
Chris Wakefieldindieapplab.dev·Feb 28, 2024The Story So Far...What's it all about? I'm a full time Software Engineer for a tech firm in the UK, but last year I decided to start my own indie iOS app development business. There were a few reasons I made this decision, such as the desire to be financially independ...Discuss·294 readsIndie Maker
Vishal Paliwaliamvishal16.hashnode.dev·Feb 17, 2024Simplest Snap Card Carousal In SwiftUISimplest way to implement snap to an item while scrolling in SwiftUI. We’ll implement this using ZStack. Snap card carousel effect is a common and essential component in many home screen layouts. It adds a dynamic and engaging user experience. This ...DiscussSwiftUI
Xavierxavier7t.com·Dec 29, 2023Custom Toggle (Switch) in SwiftUIHi there, long time no see! Today I’m going to demonstrate how to create a custom toggle in SwiftUI from scratch. With a custom toggle, you have the freedom to imbue your interface with a distinctive personality that aligns perfectly with your brand ...Discuss·301 readsiOS
Iosgamedevallisaa.hashnode.dev·Aug 18, 2023A tutorial on using the appuploader tool to publish certificates and descriptive filesPreviously, I developed an application using the AppCan platform that can generate both Android and Apple versions simultaneously. I wanted to try putting this application on the App Store, so I borrowed an Apple developer account from my classmate, ...Discussiosdevx
iOSdeviosdwv.hashnode.dev·Aug 18, 2023Picture and text introduction to the process of packaging and uploading IOS APP under Windows systemNowadays, many partners are developing applications across platforms, and some children's shoes do not have Macs. This article will introduce how to directly launch apps in the Windows system environment, without having to engage in virtual machines ...Discuss·40 readsiosdevx
Xavierxavier7t.com·Jul 1, 2023Objective-C & SwiftUI IntegrationIntroduction In the world of iOS app development, SwiftUI has gained significant popularity due to its modern, declarative approach to building user interfaces. However, there are times when you may need to leverage existing Objective-C view controll...Discuss·797 readsiOS
Xavierxavier7t.com·Jun 5, 2023Lazy Grid in SwiftUIHey everyone, happy WWDC 2023! In today’s post, we’re going to take a look at LazyVGrid in SwiftUI and create a custom calendar view with it. As you can tell from the cover, this calendar view will display the weekdays in the title for each month and...Discuss·2 likes·862 readsiOS