-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dav edited this page Nov 8, 2020
·
10 revisions
Welcome to the DirectInputClient wiki!
The code provided is an example of how to use SwiftUI Buttons in a Playground to send textual commands to a Python server. You are expected to know enough Swift to edit it for your own purposes. There is an abundance of SwiftUI tutorials available on Apple Developer, and Youtube.
A SwiftUI interface is composed of a hierarchy of views. You might have a TabView at the very top. Then each tab view contains another view and so on.
https://guides.github.com/features/mastering-markdown/