Hide keyboard with buttons in SwiftUI
It is a way to hide the keyboard with a button in SwiftUI. It is realized by extending UIApplication. How to lower (hide) the keyboard in SwiftUI Read more
It is a way to hide the keyboard with a button in SwiftUI. It is realized by extending UIApplication. How to lower (hide) the keyboard in SwiftUI Read more
It is a way to detect keyboard height and appearance with SwiftUI. It is implemented using Combine Frame Work.
It is a way to input a multi-line string with SwiftUI. It is implemented using TextView of UIKit. I want Apple to release something like UITextView. Read more
It is a way to show picker from bottom with SwiftUI. Picker shows from bottom like a modal. Importing an image into SwiftUI using UIImagePickerController Read more
It is a way to Using UIImagePickerController with SwiftUI. I can choose any image. Importing an image into SwiftUI using UIImagePickerController
It is a way to do not change the color of the Image in the Button with SwiftUI. If you keep the default, the color will change to blue as in the following image. Read more
I tried all the ModalPresentationStyle of iOS 13. Our department calls the PopPage modal a “fashionable modal”.
It is a way to detect video end with Swift. The video is from this site. Hybrid Creative Movies SAKURA I referred to this site. Read more
This is a sample to play a video with Swift. The video was borrowed from this site. Hybrid Creative Movies SAKURA I used this site as a reference. Read more
Sample to display the side menu (hamburger menu) in SwiftUI. I made a few compromises, such as where I could drag it out. I'll post it again when I put on a better side menu. Read more