hide keyboard
The best answer I found was the following: [crayon-6a77e1c92facb322833419/] and then create the IBOutlet for your text field like this [crayon-6a77e1c92facf7925...
The best answer I found was the following: [crayon-6a77e1c92facb322833419/] and then create the IBOutlet for your text field like this [crayon-6a77e1c92facf7925...
You can just use: [crayon-6a77e1c931056952302307/] in the button ACTION But this way it works only since the second interraction. It is better to do the same th...
Just [crayon-6a77e1c9311d9617810804/] 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-6a77e1c931332470673051/] 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-6a77e1c9...
In order to make text of button fit the width of the button I can use the following code: [crayon-6a77e1c9317fa122650397/] This code allows us to perfom our p...