Sample apps using MVP architecture
This is a sample application using MVP architecture. I've also written unit tests and UI tests. It's an app that adds up numbers like the following Read more
This is a sample application using MVP architecture. I've also written unit tests and UI tests. It's an app that adds up numbers like the following Read more
Create a file with Swift & Storyboard. Removes Main.storyboard. Delete the term Main storyboard file base name. Application Scene Manifest -> Application Session Role -> Read more
When I updated the version of Hugo, I no longer see the following Gist page. <script src="https://gist.github.com/takoikatakotako/5aba51305d74c009a2c878897837e006.js"></script> It worked by rewriting it as follows. Reference: Shortcodes Read more
There are times when you want to go inside a Docker container and use a shell. Normally, you would use the following command to enter Read more
How to display an alert in SwiftUI. It is written quite differently from UIAlertController. The @State of the Property Wrapper is still unfamiliar.
This is how to create a Struct using the FunctionBuilder added in Swift 5.1. It's also active in SwiftUI.
How to get an alert when you tap a cell in a list in SwiftUI. I still haven't gotten used to SwiftUI yet.
Here's how to edit a list in SwiftUI. I was able to write shorter code than UITableView. Reference: How to enable editing on a list using EditButton Read more