Skip to content

Removing the back button in UINavigationController.

   

Removes the text of the back button in UINavigationController.
Change “< back” to “<”.

let backButton = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
self.navigationItem.backBarButtonItem = backButton
self.navigationController?.pushViewController(picDetailView, animated: true)

  1. Execute after ○ seconds, execute every second
  2. Setting a header in UITableView
  3. Adding a Custom Cell to UICollectionView
  4. UICollectionView
  5. Skip the Export Compliance Wizard
  6. Obtaining JSON from the API using Alamofire
  7. Calling a method from another View in a delegate