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