Creating PDFs with Swift
How to create a PDF with Swift. I was able to create a PDF easily with PDFKit, which is nice. Reference: Creating a PDF in Swift with PDFKit Read more
How to create a PDF with Swift. I was able to create a PDF easily with PDFKit, which is nice. Reference: Creating a PDF in Swift with PDFKit Read more
How to display a WebView in SwiftUI. I hope they come out with a WebView that doesn't have to use UIViewRepresentable as soon as possible. Read more
It is a way to add and delete contents in List in SwiftUI. It seems bad to pass a delete function in closure. Please let me know if there is a better way. 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