This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
main
Михаил Капелько
10 months ago
parent
8f2ed4ae51
commit
46d2602ef7
1 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-3
src/App.swift
+ 6
- 3
src/App.swift
View File
@@ -4,12 +4,15 @@ import UIKit
struct Content: View {
var body: some View {
//MeetupId.V()
MeetupId.V("w1")
Divider()
MeetupId.V("w2")
Divider()
Divider()
Divider()
MeetupId.TV("uuid-1")
Divider()
MeetupId.TV("uuid-2")
Divider()
//MeetupId.TV("uuid-3")
}
}
Write
Preview
Loading…
Cancel
Save