mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-20 08:34:08 +01:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -8,9 +8,7 @@ struct SearchUserBar: View {
|
||||
ZStack {
|
||||
HStack {
|
||||
TextField(
|
||||
$text,
|
||||
placeholder: Text("Search User")
|
||||
.foregroundColor(Color.gray)
|
||||
"Search User", text: $text
|
||||
)
|
||||
.padding([.leading, .trailing], 8)
|
||||
.frame(height: 32)
|
||||
|
||||
Reference in New Issue
Block a user