ios tag

556 questions


1 answers
95 views
0
I set sizeClass to Regular on iOS9~ iPad, but it doesn't reflect.

On ipad, there is an item that sizeClass is specified as regular in order to change this layout, but both the emulator and the actual machine do not respond, and for some reason the setting of any is ...

2 years ago

1 answers
71 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...


1 answers
133 views
0
Is there a way to check the wording displayed on iOS?

We are developing iOS apps that support multiple languages.In this iOS app, I would like to have the same wording displayed by iOS displayed in multiple languages.For example, if you want access to a ...

2 years ago

2 answers
102 views
0
Memory Leakage During Full Screen Movie Playback in AVPlayerViewController

I use AVPlayerViewController to build a screen to play videos.There is no problem for normal playback, but Move the video to full-screen playback from the full-screen mode switch button on the far rig...

2 years ago

1 answers
110 views
0
There is an error when checking the access token on the server side when logging in to FaceBooK on the smartphone application.

I am currently developing a smartphone application using cordova.Send the access token obtained by logging in to FB on the app side to the server side and On the server side, I would like to log in ag...


2 answers
45 views
0
How to Determine the Cause of EXC_BAD_ACCESS in main.m

During programming with Objective-C, we encountered a runtime error of EXC_BAD_ACCESS on return UIApplicationMain(argc, argv, nil, NSSstringFromClass([AppDelegate class]) in main.m.Even if you set the...

2 years ago

1 answers
61 views
0
iphone, ipad file selection

I am trying to create a music player with monaca cloud IDE.I'm thinking of accessing mp3 which can be played on iphone and ipad music, but I don't know the directory structure (path).I looked it up my...

2 years ago

1 answers
90 views
0
How do I determine if my device is IOS?

I want to check if the device is IOS and do different processing only if it is IOS. But how do I check if it's IOS?

2 years ago

2 answers
29 views
0
I have a question about how to scratch the link and title of the web page from the iOS app.

I want to create an app that scratches the title of the article and its link on online news sites such as Blotter and Non-Sexcess and shows it to users. However, no matter how much I searched on the I...

2 years ago

2 answers
33 views
0
How do the pin pairing and remote actions of Apple TV and Apple TV Remote App take place?

One of the iOS apps that can control Apple TV is Apple TV Remote. To use this app, you need to pin pairng first. Once connected, the app will display the remote control action and the thumbnail and ti...

2 years ago
« - 51 - »

© 2024 OneMinuteCode. All rights reserved.