code tag

445 questions


2 answers
95 views
0
To display the results on the console in Playground in Xcode 9.4

I saw some people asking similar questions, but I couldn't solve them in any way.Learn how to display the results of the print function on the console in Playground.On the Xcode Project side, the cons...

1 years ago

1 answers
78 views
0
Implementation of Twitter's iOS app profile screen

The whole is a UITableView, where tweets, tweets and replies are section, Below that, I expect UIContainerView to manage TableView.How do you ensure that TableView scrolls in UITableView do not interf...

1 years ago

1 answers
140 views
0
I want JavaScript to download CSV files from UTF-16

I would like to download CSV using JavaScript.I would like to support UTF-16 BOM present, but when I look at the file that I was able to support with the code below, the character code is hexedicimel,...


1 answers
64 views
0
How to Add a List (Picker or TableView) to the UIAlertController

Hello I am developing an iOS app with Objective-c.I would like to display a pop-up dialog and add text input and UI to select items from the list.I was able to use the UIAlertController and use addTex...

1 years ago

1 answers
67 views
0
How to Persistent CLLocation Data

When I tried to save CLLocation data using UserDefaults, I got an error that UserDefaults does not support CLLocation.How do I save CLLocation data?

1 years ago

1 answers
53 views
0
Formatting shortcuts on the VSCode on the Mac will result in が being entered

I am using VSCode on my Mac and I saw that it can be formatted with Shift+Option+F.

1 years ago

1 answers
118 views
0
Objective-C autolayout Questions

I tried to set ImageView as a child of ScrollView on the Objective-C storyboard and autolayout as ImageView, but it didn't apply properly no matter how much I tried, and the ImageView became strange (...


2 answers
65 views
0
Distribution (in-house) in enterprise account does not work.

Xcode 6.3.2 (6D2105) is about to be distributed in-house.When trying to archive with Save for Enterprise Deployment, the following alerts appear and cannot be completed.To save for Enterprise Deployme...

1 years ago

1 answers
51 views
0
BluetoothManager.framework suddenly fails

I just updated the Xcode, but I don't know if it's because of that, but I'm having trouble getting a build error after that.It's like this.'BluetoothManager/BluetoothManager.h' file not foundIn fact, ...

1 years ago

1 answers
110 views
0
"Unverified" is not "verified" in production testing

Excuse me.I have installed and used Xcode 7.0 today.I registered my Apple ID and actually built HelloWorld because it is possible to test the actual machine for free.(The actual machine has my Apple I...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.