599 questions
In SwiftUI, we are developing an application that retrieves and uses data through API connections.When retrieving data from an application under development in SwiftUI by GET method on an API connecti...
I would like to know which UIViewController is currently active to use Notificationfor Objective-C[self.window.rootViewController presentedViewController];It was written that you can check in How can ...
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...
import UIKitclassViewController:UIViewController { @IBOutlet weak var webview:UIWebView! @IBOutlet weak var searchBar: UIBarButtonItem! @IBOutlet weak var Stop: UIBarButtonItem! @IBOutlet weak var Rel...
I am currently creating a healthcare application, and I store the data that CoreMotion acquired during the application launch as numerical data in the location of HealthKit.What should I do if I alway...
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...
Do you often use c++ in iOS like using ndk in Android?
I want to create a grid button screen similar to the image...Is there any way to make a sample?
let url = NSURL (string: http://google.com);let requestObj = NSURLRequest(URL: url!);myWebView.loadRequest(requestObj);Loading url with App Transport Security has blocked a cleartext HTTP (http://) re...
Hello, I am a student who is developing an application with Swift!Today, I am posting a question because I have a question during the data transfer between classes.override func collectionView(collect...
« | - 56 - | » |
© 2024 OneMinuteCode. All rights reserved.