objective-c tag

189 questions


2 answers
70 views
0
NSURLSession GETs PHP and displays response in UIWebView

We would like to get queries from iOS applications to PHP using NSURLSession and display the response (HTML) in UIWebView on the application.As for the response from PHP, I think HTML is included in t...

2 years ago

1 answers
68 views
0
Google Sign-In for iOS Does Not Save Authentication Information to Keychain When Scopes Are Added

I have deployed Google Sign-In for iOS (Google/SignIn) on CocoaPods, but when I add a scope, the information does not appear to be registered in keyChain.AssumptionsPlease refer to the following site ...

2 years ago

1 answers
87 views
0
No video only when downloaded from App Store

After releasing the app into the App Store, download the app from the production store.Then, some of the images in the application are not displayed correctly and the loading image (Activity Indicator...

2 years ago

1 answers
118 views
0
Want to know Autolayout best practices

I am a student studying the creation of iOS apps at Objective-C.It may not be a good question because you are immature and misleading, but I would appreciate it if you could answer it.When creating an...


1 answers
71 views
0
When I make a screen transition in viewDidAppear, it says which view is not in the window hierarchy!

I wrote the following code, but when I run it, it says which view is not in the window hierarchy!LoginViewController.m-(void)viewDidAppear:(BOOL)animated{ [super viewDidAppear: animated ]; [self prese...

2 years ago

1 answers
85 views
0
Change the layout of the contents for each cell in the CollectionView

I would like to change the layout of each cell in CollectionView, but how can I do that?For example, if CollectionView implements three pages of paging processing, you want to place buttons and images...


1 answers
69 views
0
I'm trying to run a program that displays videos, but where should I put them?

I am a beginner in iOS app development.I am trying to move the sample to display the video using Xcode and Objective-C, but the video is not displayed.The code for the pass part of the video is NSStri...

2 years ago

1 answers
76 views
0
Can I use the Callback function for the Objective-C module?

I would like to divide the functions of the iPhone app into several different modules.Is it possible to use the Callback function for the Objective-C module?For example, a module that receives GPS inf...

2 years ago

1 answers
46 views
0
I want to set the timeout period for AVPlayer.

I use Objective-C to create iOS apps.I want to read MP3 files on the network and play audio.Using AVPlayer and AVPlayerItem classes in AVFoundation, like AVPlayerItemWithURL:urlYou are playing audio w...

2 years ago

1 answers
44 views
0
I want to array URLs in TableView

Sorry for the inconvenience.I want to arrange the URLs in an array in TableView, but it doesn't work.I don't know how to solve this problem because it's not the URL taken from the array urls, but the ...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.