556 questions
I'm thinking of a program that uses LUKeychainAccess to write a value to the keychain from within iOS applications and then looks at the keychain to determine if the application is installed for the f...
There is a request to play a different recorded sound source on the left and right at the same time.After researching how to do this, With OpenAL, you can set the position of the sound source.I though...
Could you tell me how to write 2(0x02) to the Characteristic Configuration Descriptor and allow Indicate on iOS?CBPeripheral Class -(void)writeValue:(NSData)data forDescriptor:(CBDescriptor)descriptor...
Using AWS dynamoDB, you bring the URL of the image in the loadUser() database, download the image with downloadImage(), and add it to the scrollView with addImage().However, if you look at the downloa...
I'm recording it with AVAudioRecorder, recording it in the Document folder, and trying to play it back with AVAudioPlayer.Player.I put a project in GitHub that summarizes only the problems.https://git...
I'm thinking of creating an app with image posting and image ranking functions on ios.So I am using AWS Dynamo DB, but I was wondering what to do with the structure of the database, so I asked you a q...
UITableViewCell usually applies background color immediately when tapped.As the background color changes gradually, I think UX can be improved.However, when I searched online, there was a description ...
I made parts other than UILabel on the storyboard and applied AutoLayout on the storyboard, but I have no choice but to generate UILabel with code, so when it comes to iphone6 and iphone6 plus, it is ...
I am creating a YouTube playback app with Swift2.I'm playing YouTube embedded in UIWebView, but depending on the video Limited playback on certain sitesis displayed and cannot be played.Therefore, if ...
I'm trying to create content with Google cardboard in Unity.For this reason, I tried to start the sample provided by Google on my iPhone, but an error occurred.The procedure is https://developers.goog...
« | - 9 - | » |
© 2024 OneMinuteCode. All rights reserved.