swift tag

599 questions


1 answers
91 views
0
[Swift] I'd like to use the ZXingObjc library to generate a barcode! I have a question.

ZXingObjc is a library available in Objective-C.I heard that you have to do something called Bridge Header in order to use it on Swift. I installed ZXingObjc as CocoaPods in Swift Project.Is there any...

2 years ago

1 answers
72 views
0
swift example -- operational error

var x = 10for index in 1 ... 20 { let y = index * x--}I'm studying using iPad Pro's Playground.I played the same chord as the exampleUnary operator '--' cannot be applied to operands of type '@lvalueI...

2 years ago

2 answers
49 views
0
I want to improve my ability to make iOS apps.

Hi, everyone. I'm a beginner who started studying iOS development not long ago.To be a good iOS developer in the eyes of masters, you have to make this Is there a way to do it?If there's a good way to...

2 years ago

1 answers
25 views
0
To add a value between the values in a string array

I want to put a space between each string like the bottom, but I don't know what to doElements can be reduced and stretched.Help me, masters!van = [Ga]//The desired result [Ga, Na, Da]Varm = [Ga Na Da...

2 years ago

2 answers
129 views
0
Is there a way to inherit the view controller that you created with the storyboard?

If you don't use the storyboard, it's a lot of inconvenience.Segway is also intertwined, and it's not a good way, but it's inconvenient if you don't use a storyboard because you put a table view in a ...


2 answers
45 views
0
I have a question about xcode7.x Swift (about reloadData())

This is the current situation.The part I want to implement is to select a cell in the tableView Controller and put the data (using core data x) that fits the cell into the variable in the collectionVi...

2 years ago

1 answers
28 views
0
I have a question regarding the Swift Subscription issue.

It's a problem.You must create a subscription below the comments. First of all, what I thought wasI don't know how to implement it, but I'm trying to approach it. The part where I don't have a clue is...

2 years ago

1 answers
35 views
0
Is iOS <-> PHP <-> MySQL possible?

Hello.I was only developing Android, and now I'm in charge of iOS development, but it's my first time using a MacBook, so I'm asking you a question because I don't have a clue.It's also making the iOS...

2 years ago

1 answers
35 views
0
How to use variables from different classes in swift class

For example, class a{ var aa = 1}class b{ print(aa) // 1 aa = 2 print(aa) // 2}Is there a way to use the aa variable in class a in b?

2 years ago
« - 60 -

© 2024 OneMinuteCode. All rights reserved.