swift tag

599 questions


1 answers
106 views
0
I want to make a secondary array into a primary array using the for-in syntax and process it

Currently, I want to process the expression in the secondary array as a primary array using the for-in syntax, but when I try to process it,Close containing control flow statement cannot be used with ...

2 years ago

1 answers
103 views
0
Why do Combines need iOS 13 or higher?

Combine|Apple Developer DocumentationWhy do Combines need iOS 13 or higher?RxSwift should have done something similar, so if it depends on the Swift version (in the image of incorporating new language...

2 years ago

2 answers
116 views
0
I want to configure AttributeString on the storyboard.

I want to set AttributeString on the storyboard.letattributedText=NSMutableAttributedString(string: Hello, I am, attributes: [NSAttributedStringKey.font:UIFont.systemFont(ofSize:17)])and the source im...

2 years ago

1 answers
24 views
0
Xcode, Swift M1mac debug mode only, No such module 'module' error.

What I want to do and what I can't doCurrently, we are trying to run a Swift project that works well with IntelMac on the M1 Mac.The M1mac can also go through the build in Release mode, but in Debug m...

2 years ago

1 answers
36 views
0
How to link another class of methods to UIButton

When connecting methods to UIButton, you can write self as below, but how do you connect instance methods from other classes?Also, please let me know if there is a website that I can refer to.myButton...

2 years ago

1 answers
31 views
0
The label does not change.

import UIKitclassViewController:UIViewController { @IBOutletweakvarcityTextField:UITextField! @IBOutlet weak var resultLabel:UILabel! @ IBAction func findWeather (sender: AnyObject) { var wasSuccessf...

2 years ago

1 answers
79 views
0
You want to change the value of the UIView for another class in the argument.

Hello.I want to change the UIView value for other classes (for example, someView.alpha value) when I press the button, but it doesn't change.Regarding the code below, it seems that each case was reach...

2 years ago

1 answers
55 views
0
How do I print characters that are not defined in UTF-8 as "images"?

I am developing an application called Zinnia-Tomoe that allows iOS devices to input and output kanji using a license-free handwriting recognition engine.You can think of Zinnia as an online input appl...

2 years ago

2 answers
50 views
0
Swift to Objective-C Method Call

When calling the Objective-C method from Swift, if the argument is pointer **, how should I call it?

2 years ago

1 answers
99 views
0
About icons that can be used for UIBarButtonItem

Developed with xcode 6.2.I am using storyboard, but if there is a way to use swift, please let me know.To UIBarButtonItemhttps://developer.apple.com/library/ios/documentation/UserExperience/Conceptual...

2 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.