556 questions
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 ...
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...
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 ...
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...
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...
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...
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...
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?
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...
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...
« | - 51 - | » |
© 2024 OneMinuteCode. All rights reserved.