ios tag

556 questions


1 answers
33 views
0
I want Swift to implement a code that makes sound even in silent mode.

I am currently creating an iOS app, but I am also worried about the process of making sounds even in silent mode.Objective-C should be the following code.AudioSessionInitialize (NULL, NULL, NULL, NULL...

2 years ago

1 answers
82 views
0
Where to Save Files in Monaca

I am creating an iPad app with Monaca.Creating an app to download files.If you run the following code on the debugger of the actual machine, I saved the file to /path/to/downlards.But where is it actu...

2 years ago

1 answers
76 views
0
I want to change the javascript time display.

I am currently writing the code with react.I am displaying the data in json format that I received from axios.I'd like to display this image until 2020-03-18, but I don't know how to display it becaus...


1 answers
125 views
0
iOS: When I try to record Japanese in EXIF's UserComment, it only goes in halfway.

[Posting the same question on stackoverflow.com] Hello.We are developing a camera application using AVFoundation on iOS.I'm trying to add an EXIF UserComment to the photo I took, but it works well wit...

2 years ago

2 answers
47 views
0
I'd like to create the initial data with Realm, but I don't know how to do it.

Swift 2.1Realm 0.98As an image, multiple questions and answers are stored in a DB like a quiz app, and Select from the question list to display a questionnaire and provide answers.I just introduced Re...

2 years ago

3 answers
73 views
0
How Objective-C communicates synchronously with JSON.

Nice to meet you.I would like to exchange JSON files during the synchronous communication process in Objective-C.I don't know exactly which method is good.I would like to know how to not use AFNetwork...

2 years ago

1 answers
86 views
0
Understanding OpenCV3 HDR Synthesis

I thought OpenCV 3.0's HDR synthesis would be used by iOS, so I coded it by referring to the following site.http://docs.opencv.org/master/d3/db7/tutorial_hdr_imaging.htmlThe code is as follows. - (UII...

2 years ago

2 answers
111 views
0
I would like to insert an image of the splash screen with xcode.

What you want to doI would like to insert a splash screen image with xcode.ProblemHowever, launch images source is not found.What should I do?launch images source is not displayedView

2 years ago

2 answers
108 views
0
Apple LLVM 6.0 Error

When I opened the XCode 5 project with XCode 6, I got this error and I couldn't build it.Please let me know the solution.clang: error: no such file or directory: '/Users/username/Documents/XCode/Proje...


1 answers
94 views
0
I set the event to a view containing UIImageView, but it doesn't handle it in the UIImageView part.

I made a View as below and linked the event to the function, but the UIImageView part does not respond to the event.Are there any additional items that I should set up?·Create a view containing UILabe...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.