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...

indexPath

IT seems to be indexPath.row == indexPath[1] I shoulsd pay attention that indexPath is not the same as IndexPath. These are realy different things, that just st...

Easiest tableView

This is presented as the easest way to make tableView import UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { // Data ...

Мои открытия 05.05.2017

Для того чтобы название кнопки не урезалось а уменьшалось, в случае, когда оно вдруг не влезает в ширину достаточно использовать следующий код: [crayon-6792e459...