gpt4 book ai didi

ios - 使用swift 3将来自字段的输​​入存储为变量

转载 作者:行者123 更新时间:2023-11-28 08:24:34 26 4
gpt4 key购买 nike

我意识到这个问题之前已经被问过很多次,但我无法完全找到解决方案,即使只是复制和粘贴它们,并且怀疑自 swift 发布以来大多数 swift 文档都跨越了三个版本。

我正在尝试做一些简单的事情,比如从字段输入中存储一个变量,但运气不佳。

import UIKit

class ViewController: UIViewController {


@IBOutlet var userNumber: UILabel!
@IBOutlet var userField: UITextField!

@IBAction func userButton(_ sender: UIButton) {

let userInput = userField.text
//some action



}

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}

最佳答案

您应该检查您是否已针对父 View Controller 设置文本字段的委托(delegate)。

转到 Storyboard。选择文本字段。右键单击它。将文本字段的委托(delegate)设置为 View Controller

关于ios - 使用swift 3将来自字段的输​​入存储为变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40443367/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com