ios tag

556 questions


1 answers
351 views
0
UnityWebRequest.uploadHandler Memory Leak with List

Memory leak in UnityWebRequest.uploadHandler with List configuredWe are developing at Unity.The environment will be Unity 2018.4.22 f1.I have created the following code to upload the file.// Load file...

2 years ago

1 answers
425 views
0
Information on how to write to Swift like Objective-C if(test!=nil)

The contents described in Objective-C have been ported to Swift.I am not sure what to do with nil in Objective-C on Swift, so I have a question.How should I write Swift in the following way?MTLRenderP...

2 years ago

1 answers
475 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

2 years ago

2 answers
496 views
0
Even if the limitation is set to 1 in SceneKit, it slows down and reflects.

I'm doing a physical simulation with ARkit+SceneKit.PurposeWe want to achieve the behavior of releasing the ball between the walls and repeating the reflection indefinitely while moving it in a straig...

2 years ago

1 answers
274 views
0
Swift does not invoke the viewWillAppear method.

Thank you for your help.There are screen A and screen B, and screen B is placed above screen A. When you POP screen B, use the viewWillAppear() method on screen A to I would like to process it, but th...

2 years ago

1 answers
430 views
0
I want to store JSON's response

I would like to display JSON's response as String type in TableView using Codable as a structure.var movies=MovieStruct() Missing argument for parameter 'from' in call (insert 'from'<#Decoder#>)...

2 years ago

1 answers
128 views
0
How to take a screenshot

I would like to take a full screenshot of TextView, but even if I scroll through TextView, I would like to take a screenshot of the parts that I can't see, but I can't see the parts that I can't see i...

2 years ago

1 answers
78 views
0
I would like to obtain Japan time from the Date class.

I set Japan time for the Date class as the code below.let dateFormatter=DateFormatter()dateFormatter.timeZone=TimeZone(identifier: Asia/Tokyo)dateFormatter.locale=Locale(identifier: ja_JP)dateFormatte...

2 years ago

1 answers
145 views
0
XCTest Does Not Call `setUp`

I am trying to do an XCTest, but neither setUp nor testExample are called in the code below.import XCTestclass HogeTests:XCTestCase{ override funcsetUp(){ // Put setup code here. This method is calle...


1 answers
158 views
0
Move iPhone vibrations from safari

I'd like to move the iPhone vibration when I tap the screen from safari. Is there any way?

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.