セルを選択したいタイミングに以下のコードを書く。
sectionとrowでセルを指定する。
tableView.selectRow(at: IndexPath(row: 0, section: 1), animated: true, scrollPosition: .none)
投稿日:
セルを選択したいタイミングに以下のコードを書く。
sectionとrowでセルを指定する。
tableView.selectRow(at: IndexPath(row: 0, section: 1), animated: true, scrollPosition: .none)
執筆者:swift
関連記事
Firebaseのpod installを試みたが、何度やっても以下のエラーが出る。 [!] Unable to find a specification for `FireBase` You hav …
import UIKit import GoogleMobileAds class ViewController: UIViewController { @IBOutlet weak var bann …