gpt4 book ai didi

ios - 如何读取Progress View的值?

转载 作者:行者123 更新时间:2023-11-28 07:10:50 25 4
gpt4 key购买 nike

为了填充进度条,有 2 个对象连接到 ViewController.swift 文件。

@IBOutlet var progBar: UIProgressView!

@IBAction func butPressed(sender: UIButton) {
self.progBar.progress += 0.1

但是当我尝试用下面的方法读取 bar 的值时,没有任何反应。除了以下消息:

value <UIProgressView: 0x7ff85bd9eb00; frame = (85 128; 146 2); opaque = NO; autoresize = RM+BM; layer = <CALayer: 0x7ff85bd9ee70>>

println ("The value is \(progBar)")

如何解决?

最佳答案

您需要保留一个变量来存储进度 View 的值。进度 View 仅用于显示而不用于存储。

这是一个基本的 MVC 模式—— View 不应该是数据存储。

关于ios - 如何读取Progress View的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28549000/

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