Integrating SwiftUI with UIKit and Developing Xcode Previews for UIKit’s ViewControllerNov 22, 2019·4 min read
Solved: Mac Doesn’t Recognize my iPhone in Finder/XcodeHere's a solution for anyone facing this issue. Before this issue happened below are the version I was working with which was working fine: XCode 15.0.1 macOS: Ventura 13.5 iPhone 17.0 (I'm using the same iPhone) Out of nowhere, I started facing...Feb 12, 2024·3 min read
How to Pass Data using Segue and Unwind in SwiftSegues are used to define the flow of your app’s interface. A segue defines a transition between two view controllers in your app’s storyboard file. The starting point of a segue is the button, table row, or gesture recognizer that initiates the segu...Jun 10, 2019·6 min read