エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
import UIKit class ViewController: UIViewController { @IBOutlet weak var textField:UITextField! /... import UIKit class ViewController: UIViewController { @IBOutlet weak var textField:UITextField! // for back @IBAction func goBack(_ segue:UIStoryboardSegue) {} /* 1 ++++++++++++++ */ @IBAction func byInstantiateViewController(_ sender:UIButton) { let next = storyboard!.instantiateViewController(withIdentifier: "nextView") as? NextViewController let _ = next?.view // ** hack code ** next?.textField