swift tag

599 questions


1 answers
40 views
0
API connection cannot retrieve values if the string containing `&` and `=` is used as the parameter of the search criteria.

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...

2 years ago

1 answers
44 views
0
I want to get the currently active UIViewController from AppDelegate

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 ...

2 years ago

2 answers
112 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
26 views
0
webView.loadRequest(urlRequest) shows use of unresolved identifier

import UIKitclassViewController:UIViewController { @IBOutlet weak var webview:UIWebView! @IBOutlet weak var searchBar: UIBarButtonItem! @IBOutlet weak var Stop: UIBarButtonItem! @IBOutlet weak var Rel...

2 years ago

1 answers
26 views
0
How to run an app in the background in Swift 3.0

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...

2 years ago

2 answers
34 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

1 answers
46 views
0
Do you often use c++ when developing iOS?

Do you often use c++ in iOS like using ndk in Android?

2 years ago

2 answers
26 views
0
How do I make the grid type button in the kakaotalk setting in swift?

I want to create a grid button screen similar to the image...Is there any way to make a sample?

2 years ago

1 answers
63 views
0
When I try to load url from iOS webview, the page does not load with the message App Transport Security has blocked...

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...

2 years ago

1 answers
38 views
0
I have a question about xcode7.x Swift (about collection view)

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...

2 years ago
« - 56 - »

© 2024 OneMinuteCode. All rights reserved.