Posts by Marcus Porto • 1 point
2 posts
-
0
votes0
answers23
viewsQ: How to limit the number of characters in Swiftui’s Textfield?
In the code below removeLast() works on "textField text: $teste", but, does not work in the "text: $addCollectionVM.name". The difference between them is that the first is @State and the second…
-
-2
votes1
answer45
viewsQ: How to resolve this problem: Expected '{' in body of Function declaration
I’m trying to print a hello world and I can’t. I actually put hello world in place of what I need to print to test and keeps giving the error. import UIKit import RealmSwift class…