271 questions
I use the UISearchController to display the search bar.After viewing the table view search results from the search bar, go to the UITabBarController tab bar and transition to After that, when you retu...
I would appreciate it if you could let me know how to transition without sharing NavigationBar as shown in the image below.I think I will write the following code for normal screen transition.navigati...
When I created xcframework with xcode, I referred to the site below, but when I added AFNetworking within xcframework, I got an error during the build.specifying in xcframework: pod 'AFNetworking', '~...
I am currently creating a list application in the collection view.I would like to display the information I entered in the transition destination (inputViewController) that I clicked on the cell in th...
class ViewController:UIViewController {letchildViewController: UIViewController= UIViewController()override func viewDidLoad(){ super.viewDidLoad() childViewController.view.backgroundColor=UIColor.gre...
I'm a beginner at Swift. This time, I created a simple browser using Swift from iOS. of AppDelegate.swift@UIAapplicationMainclassAppDelegate —UIResponder, UIApplicationDelegate An error statement simi...
I want to sort the dictionary and then convert it into an array, but I get an error with the code below.Commenting out the line self.cards=sortedDic.map{$0.value} produces a similar error, but the sor...
I would like to create a project with Xcode 7.3.1, but the characters are misaligned and overlapped, so it looks like the image below.I reinstalled Xcode, but it didn't improve.Does anyone know how to...
I'm a beginner who has just started programming.I am creating a quiz application with Xcode for 4 choices.What kind of code should I write to shuffle the questions written in CSV data?Please teach me....
Question 1It seems that they are measuring the usage time of the terminal.(General>Usage>Battery Usage>Time of use)Is it possible to get that information from the app?Question 2Is it possible to start...
« | - 19 - | » |
© 2024 OneMinuteCode. All rights reserved.