Posts by Matheus Pereira • 31 points
2 posts
-
3
votes2
answers84
viewsA: Native iOS development
If you follow the career of Developer Mobile-iOS, most often ask for Obj-C and Swift, in which case it is good to learn both. If it is to do something temporary recommend starting with Swift.
-
0
votes5
answers2115
viewsA: How to make the keyboard disappear when click out of it? Swift
Exit the keyboard with click on the screen *Swift 4 override func viewDidLoad() { super.viewDidLoad() self.hideKeyboardWhenTappedAround()…