3 followers
Wannabe iOS Developer
In SwiftUI we can make our Apps more interactive by adding different interactions that respond on our taps, clicks, and swipes. Today we will review SwiftUI Basic Gestures: TapGesture LongPressGesture DragGesture MagnificationGesture RotationGesture...
There may be cases when you would like bigger control over the TextField that you are adding in your app. Of course in most cases it's completely fine and enough to use SwiftUI Textfield, but I recently needed to create a UITextField representable an...
This post is intended for iOS 14.0+ versions as I'm using PageTabViewStyle for creating this onboarding view. What we will create Creating project Open Xcode. Choose an App template for your new project. Create project name and make sure that you ...