miscellaneous

How to make a crossword app in SwiftUI | SwiftUI Project



In this tutorial, I will be showing you how to create a crossword app from scratch in SwiftUI using custom bindings and a permanent keyboard wrapped from UIKit.

My StackOverflow answer on this topic: https://stackoverflow.com/questions/65545374/how-to-always-show-the-keyboard-in-swiftui/65606706#65606706

Code on GitHub: https://github.com/SamuelDo02/swiftuitutorials/tree/main/Crossword

HackingWithSwiftโ€™s tutorial on wrapping UIKit views with UIViewRepresentable: https://www.hackingwithswift.com/quick-start/swiftui/how-to-wrap-a-custom-uiview-for-swiftui

Please list any issues or bugs of the code in this project in the comments below. Feel free to suggest future ideas and videos as well. Subscribe and like for more SwiftUI tutorials.

Introduction and Example 0:00
CrosswordBlock 0:25
Multiple Block Bindings 7:52
createBlock convenience function 11:10
Crossword structure 13:16
Permanent UIKit Keyboard 14:13
Block already selected 18:00
Final Product 18:50

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button