Simple Controller UI/gRPC working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user