Simple Controller UI/gRPC working

This commit is contained in:
Piv
2020-05-04 22:40:22 +09:30
parent ac80a24936
commit 9376bd70ed
7 changed files with 167 additions and 19 deletions

View File

@@ -10,8 +10,9 @@ import Foundation
final class ServerData: ObservableObject{
// TODO: Find a way to save/represent this stuff in iOS settings (user can access via settings app).
// TODO: Find a way to save/represent this stuff in iOS settings/preferences (user can access via settings app).
// Then load the below values ar runtime, from settings.
// Ideally want to be able to open this settings page from within the app as well.
@Published var port: Int = 50051