xcode tag

271 questions


1 answers
43 views
0
What happens when the screen transitions in the tab bar while searching in the swift UISearchController?

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

2 years ago

1 answers
103 views
0
How do I transition so that NavigationBar is not shared before and after the screen transition?

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


1 answers
82 views
0
How to create xcframework in xcode

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', '~...

2 years ago

1 answers
41 views
0
How to process each cell in the collectionView

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

2 years ago

1 answers
36 views
0
ChildViewController.view.frame changes during screen rotation

class ViewController:UIViewController {letchildViewController: UIViewController= UIViewController()override func viewDidLoad(){ super.viewDidLoad() childViewController.view.backgroundColor=UIColor.gre...

2 years ago

1 answers
100 views
0
Thread 1: signal SGABRT

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

2 years ago

1 answers
40 views
0
I want to sort the dictionary by key.

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

2 years ago

1 answers
38 views
0
Xcode 7.3.1 on macOS Sierra causes new project screen to collapse

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

2 years ago

1 answers
41 views
0
To shuffle questions from the swift quiz app

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

2 years ago

2 answers
62 views
0
I want to measure iPhone usage time (time the device is not sleeping)

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.