mirror of
https://github.com/neon443/RNG_Swift.git
synced 2026-03-11 06:49:12 +00:00
add ip and mac addr
animated the changes
This commit is contained in:
@@ -48,6 +48,24 @@ struct ContentView: View {
|
||||
Image(systemName: "rectangle.and.pencil.and.ellipsis")
|
||||
}
|
||||
}
|
||||
NavigationLink() {
|
||||
IPView()
|
||||
} label: {
|
||||
HStack {
|
||||
Text("IP Adresses")
|
||||
Spacer()
|
||||
Image(systemName: "network")
|
||||
}
|
||||
}
|
||||
NavigationLink() {
|
||||
MACView()
|
||||
} label: {
|
||||
HStack {
|
||||
Text("MAC Adresses")
|
||||
Spacer()
|
||||
Image(systemName: "antenna.radiowaves.left.and.right")
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle("RNG")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
|
||||
Reference in New Issue
Block a user