ios tag

556 questions


1 answers
57 views
0
I want to do it when I press the pin on the MKMap.

Normally, you can use MapKit to raise a pin on a map and tap to display an annotation balloon.Therefore, I would like to do something else when the balloon of the comment is displayed.Where should I w...

2 years ago

1 answers
64 views
0
Monaca I can't upload the created application

I'm trying to upload the application I created in Monaca with the Application Loader.ERROR ITMS-90055: This bundle is invalid. The bundle identifier cannot be changed from the current value There will...

2 years ago

1 answers
40 views
0
What is the maximum amount of data that UserDefaults can store?

Is it okay to put endless data into UserDefaults?I'm not sure if I should switch to Sqlite or Realm.It would be better to centralize the database, but it would be troublesome if it were an existing ap...

2 years ago

1 answers
33 views
0
Want Swift to monitor the number of Array elements

I would like ViewController to handle changes in the number of elements in an array in another class.//ViewControllerdataSource.addObserver(self, forKeyPath: dataArray, options: .New, context:nil)over...

2 years ago

1 answers
32 views
0
I want to get AVPlayer button events

I use AVPlayerViewController to play videos.After playing the video I gave to Player, I would like to play the next video with the Fast Forward/Skip button (>>|).However, I don't know how to get...

2 years ago

1 answers
117 views
0
Behavior of PUSH Notification Actual Machine Tests Using NCMB

When I test the PUSH notification of ios using the actual machine, the timing of the method called when the cable is connected and disconnected is different. Is this normal behavior?

2 years ago

1 answers
74 views
0
Realm handles existing databases

I'm a beginner at Realm, so I'm sorry if this is a misguided question.Currently, I convert the database created in Excel into csv, load it from SQLite, and run it with the iPhone app.However, since th...

2 years ago

1 answers
55 views
0
To move from the Touch ID dialog to the passcode entry screen, as in au WALLET:

There is an authentication screen using Touch ID in an app called au WALLET on iOS.You can also unlock it by entering the passcode directly there.Is the passcode direct input view from the Touch ID cu...

2 years ago

2 answers
36 views
0
Is it possible to compress general image data by 50% on the server?

In order to reduce smartphone traffic consumption, there is a technology that compresses communications with servers via a data compression server provided by Google and others.GoogleReduce data usage...

2 years ago

2 answers
87 views
0
How do I resolve the warning about the difference between monaca's ios debugger and project's cordova version?

When starting a project in the debugger, the following warning appears:Is there any way to resolve it?The cause of this warning is unknown at this time, but it does not start debugging.The Cordova ver...

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.