Posts by Luiz Henrique • 1 point
1 post
-
0
votes3
answers108
viewsA: Value of type 'String? ' has no Member 'Int'
For your solution I suggest using Guard Let. So already previously making validations of empty fields and that were not possible to cast for type. guard let name = nameField!.text else { return }…