ios tag

556 questions


1 answers
37 views
0
I would like to continue processing even if I finish the application by pressing the home button twice.

We are developing it with Objective-C in Xcode.I'm creating a simple app that says that when I press the button, the number increases, but when I turn off the app, the number count returns to the init...

2 years ago

1 answers
29 views
0
Swift Training Anchor Does Not Work

trailingAnchor does not work at all in the code below.As a minimum test, configuring two horizontal constraints: leadingAnchor and trailingAnchor with one button, or configuring only trailingAnchor, i...

2 years ago

1 answers
90 views
0
Access Mac localhost from iPhone

I would like to debug on the actual machine with iOS application development. The server side is created locally with MAMP and is trying to access the localhost on the Mac from the iPhone. Use the loc...

2 years ago

2 answers
58 views
0
I would like to close the application when I press the home button.

I am developing an ios app in monaca.The application seems to be running in the background even when I press the home button.If you go back to the app, you will be returned to the screen of the game t...


2 answers
82 views
0
How to Perform Google Oauth 2.0 Authentication with Monaca

This is my first time to ask you a question. Monaca produces Google collaboration applications that support iOS and Android.Until now, I used to do OAuth authentication for Google on the webview, but ...


1 answers
84 views
0
Is there a way to detect background playback?

Is there a way to determine if other applications are playing music in the background in the cocos2d-x/unity3d Android/ios platform development?As there is no information available, native processing ...


1 answers
29 views
0
The contents of the array become nil.

That's how we put them together.However, when I run, image1~image6 appears as nil (there is an image called sample in the project).I would appreciate it if you could tell me the cause.let image1 = UII...

2 years ago

1 answers
43 views
0
How to Save from Unity to iOS Camera Roll with Screen Capture

Take a screen capture of the screen with Unity(C#) and I'd like to save it to the iOS camera roll (where the photos are stored).I don't know how.For more information on how to capture screenshots, see...

2 years ago

1 answers
34 views
0
I want to know how to receive iOS screen sharing through the Windows app.

I was able to find a way to record on screen→encode→send to server on Android, but I couldn't find a document that implements the same thing on iOS.I can mirror to mac with iOS's basic function, but i...

ios
2 years ago

2 answers
72 views
0
I would like to improve the inability to retrieve data correctly because the processing is shifted to the background by HTTP communication.Or alternatives?

Due to background processing, the order of operation of the functions below has changed and the return value of the functions is not expected.let task=NSURLSession.sharedSession().dataTaskWithRequest....

2 years ago
« - 49 - »

© 2024 OneMinuteCode. All rights reserved.