Image for “pressed button”
You can just use: [crayon-604088c7289a6692372693/] in the button ACTION But this way it works only since the second interraction. It is better to do the same th...
You can just use: [crayon-604088c7289a6692372693/] in the button ACTION But this way it works only since the second interraction. It is better to do the same th...
Just [crayon-604088c729ca9301956989/] 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-604088c729eae620516905/] 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-604088c7...
In order to make text of button fit the width of the button I can use the following code: [crayon-604088c72a593954720490/] This code allows us to perfom our p...
To start text from the very beginning and not from the middle (as it turns out the default) I found the following code: [crayon-604088c72a8e4107577746/] Solutio...