mirror of
https://github.com/yggdrasil-network/yggdrasil-ios.git
synced 2025-04-28 22:25:10 +03:00
Some SwiftUI
This commit is contained in:
parent
b58f8e3852
commit
291b12b785
24 changed files with 901 additions and 89 deletions
|
@ -94,9 +94,9 @@ class TableViewController: UITableViewController {
|
|||
}
|
||||
|
||||
@objc func onYggdrasilSelfUpdated(notification: NSNotification) {
|
||||
statsSelfIP.text = app.yggdrasilSelfIP
|
||||
statsSelfSubnet.text = app.yggdrasilSelfSubnet
|
||||
statsSelfCoords.text = app.yggdrasilSelfCoords
|
||||
statsSelfIP.text = app.yggdrasilIP
|
||||
statsSelfSubnet.text = app.yggdrasilSubnet
|
||||
statsSelfCoords.text = app.yggdrasilCoords
|
||||
|
||||
statsSelfIPCell.layoutSubviews()
|
||||
statsSelfSubnetCell.layoutSubviews()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue