简体   繁体   English

我面临一个小问题,你们能帮帮我吗? 任何建议表示赞赏

[英]I'm facing with one little issue can you help me guys? any advice appreciated

In the image you posted, you defined:在您发布的图片中,您定义了:

@IBOutlet var ImageView: [UIImageView]!

but then you try to reference it with a lower-case i :但是你尝试用小写的i引用它:

imageView = ballArray...

As a side note, even correcting to an upper-case i you'll get an error, because you've defined ImageView as an array of image views, but you're code trying to assign one image view to it (from your ballArray ).作为旁注,即使纠正为大写i你也会得到一个错误,因为你已经将ImageView定义为一个图像视图数组,但是你的代码试图为它分配一个图像视图(来自你的ballArray )。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter我想设计这样的界面,你们可以帮我吗? 我正在设计一个关于页面,但是遇到了问题 - Flutter I want to design the interface like this, can you guys help me? I am designing an about page but I am having problems 我正在尝试使用此代码进行网格视图动画,但是我没有使用此代码进行网格视图动画。您能帮我吗? - i'm trying to do grid view animation with this code,but i'm not getting grid view animation with this code.can you help me how? 谁能帮我将数据附加到plist文件中? - can any one help me in appending the data to the plist file? 我需要一些有关DOCX格式同步(iOS)的建议,以使用Google Drive API。 有人可以帮助我吗? - I need some advice about DOCX format sync(iOS) for using google drive api. Anyone can help me? 您能帮我了解什么是可可粉吗? - Can you help me understand what Cocoa is? 你能帮我在 UIButton 上加个乐透吗? - Can you help me adding a lottie to a UIButton? 谁能帮我解决 iOS 13.5.1 设备中的此错误,以使用 CoreBluetooth 进行 ble 传输 - Can any one help me to solve this error in iOS 13.5.1 devices for using CoreBluetooth for ble transmission 谁能帮我解决这个xcode问题? - Can anyone help me with this xcode issue? 如果我调用此方法,那么我将收到一个错误消息,即“数据库已锁定”。我该如何解决呢? 请帮我 - If i call this method,then i'm getting a error which is “database is lock”.How i can solve this?? Please help me 我在执行过程中遇到此问题“使用NSException类型的未捕获异常终止”,有人可以帮助我吗? - I got this issue “Terminating with uncaught exception of type NSException” with my execution, can anybody help me with this?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM