code tag

445 questions


1 answers
47 views
0
Understanding How to Debug iOS for Older Vers with Current xcode

I'm new to iPhone app development.I am using Xcode 10.3.I'd like to do some debugging with the iOS 9.0 simulator.If you look at the simulator list, only iOS 10.3.1 and later are present.Is it impossib...

2 years ago

1 answers
45 views
0
How do I display TableView in the same way as the screen transition destination of TableView in Swift?

How can I make it into TableView where I can edit (add) the data like in the picture below, and TableView where I can edit and add the data at the screen transition destination?As for the image, it lo...

2 years ago

1 answers
77 views
0
If you open a CSV file created with VScode with numbers, it becomes blank.

Prerequisites/What you want to achieveIf you open a CSV file created with VScode with numbers, it will be blank, so I would like to resolve it.I was able to create a CSV file made with VScode, but whe...

2 years ago

3 answers
68 views
0
Outputs duplicate count from array

Can I determine how many times it is duplicated from the Swift array and output the number of times it is duplicated?For example, if there is an array called [0,0,0,2,2,3,4,4],0—Three times.1:0 times2...

2 years ago

1 answers
114 views
0
I want to disable the behavior of starting and ending <> in VS Code.

because it is difficult to see the behavior of starting and ending <> square in VScodeI would like to disable it, but I would appreciate your advice.

2 years ago

1 answers
44 views
0
I'm looking for Swift's textbook.

I am looking for Swift's textbook under the following conditions:·Reference book for reverse drawingThis is my third Swift textbook purchase.Below are the books I have purchased so far.●First volume: ...

2 years ago

1 answers
90 views
0
I don't know the type to call json in Swift.

swift4xcode 9.4.1I don't know the type when declaring the type of json in the swift.In the case of this json, what type should I write?The json is as follows:{ calendar: { month: { jp: { 1—January...

2 years ago

3 answers
43 views
0
About setting the simulator orientation for xcode Version 7.0.1 (7A1001)

Recently upgraded xcode.Version 7.0.1 (7A1001).I am creating an application with a new vertical screen.The simulator is oriented horizontally by default.I tried to change the direction as usual, but T...

2 years ago

1 answers
53 views
0
Warning: failed loading '/etc/yum.repos.d/vscode.repo', skipping., Last metadata expiration check: ... appears in many commands

Step by installing Vscode in CentOs8 - mebee I tried to install vscode in CentOS(8) by referring to the article in , but it was not possible to install it, and since then, many commands (such as dnf i...

2 years ago

1 answers
115 views
0
Error converting "Swift invokes UIDatePicker from UITextField" to swift3

When I try to use Qiita's Swift to call UIDatePicker from UITextField to prepare the toolbar for completion button etc in swift3, I get the following two errors:Could you tell me how to improve it?1.3...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.