hide keyboard
The best answer I found was the following: [crayon-69aa9d5a1ff06484330889/] and then create the IBOutlet for your text field like this [crayon-69aa9d5a1ff0b8145...
The best answer I found was the following: [crayon-69aa9d5a1ff06484330889/] and then create the IBOutlet for your text field like this [crayon-69aa9d5a1ff0b8145...
You can just use: [crayon-69aa9d5a20ea1469445541/] in the button ACTION But this way it works only since the second interraction. It is better to do the same th...
Just [crayon-69aa9d5a210b2374796215/] in viewDidLoad set the title..
In every app it’s very good to know if the user launch it first time or not. This code can solve the problem. [crayon-69aa9d5a21254936112014/] O.. in View...
I ran into a minor problem: during segue transition a dark shadow appeared for about a second on navigaition bar. It was not a fatal problem but really annoying...
It was a big yesterday’s problem, that I could not move to third viewController so I could not even create a menu using tableView. The problem was in the ...
This is presented as the easest way to make tableView import UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { // Data ...
Для того чтобы название кнопки не урезалось а уменьшалось, в случае, когда оно вдруг не влезает в ширину достаточно использовать следующий код: [crayon-69aa9d5a...
In order to make text of button fit the width of the button I can use the following code: [crayon-69aa9d5a218f5895657326/] This code allows us to perfom our p...