swift tag

599 questions


1 answers
39 views
0
How do I make textField editable in TableViewCell when the Edit button in NavigationBar is pressed?

Xcode ver9.2, Swift is developing an iOS app.When the Edit button in the upper right corner of NavigationBar is pressed, how do I make textField editable in TableViewCell?Relationship between object p...

2 years ago

2 answers
48 views
0
place a small menu screen above the screen

I'm a beginner.I would like to use the storyboard to create a small menu screen that covers the screen.The screen looks like a hamburger menu, but is it possible to make it with a storyboard just by t...

2 years ago

1 answers
31 views
0
I don't know how to rewrite the recording process from Objective-C to Swift.

I am currently recording audio, but I do not understand the following rewriting.If there is anyone who can tell me, I would appreciate your guidance.// Is your model compatible with recording?if([audi...

2 years ago

1 answers
109 views
0
Understanding How to Use CLLocationManager

When you use CLLocationManager to receive notifications using delete, you can use Do I have to have CLLocationManager type properties?class LocationService:NSObject{ private let locationManager = CLLo...

2 years ago

1 answers
101 views
0
About Swift Image Processing

We are trying to implement the ability to display hexadecimal image data sent from the server side in Swift.However, I don't know how to process the hexadecimal image data and display it as an image.N...

2 years ago

1 answers
33 views
0
I want to rotate the geometry of iOS-SceneKit.

If you look at the geometry of the Cylinder like the one in the image (tilt 22 degrees in the x-axis direction), I would like to rotate around the axis of the green line, but I don't know how to do it...

2 years ago

1 answers
93 views
0
What is the standard for UIViewController transitions?

What is the standard for the transition between UIViewControllers in swift4xcode10?When I looked into it, I found that many of them connected segue from the xcode storyboard GUI... and that it was dif...

2 years ago

1 answers
99 views
0
Please tell me how to search for dates on CoreData's NSPredicate.

For example, if you create an entity called Data in CoreData, you can use Suppose you create Type:Date Attribute, day in it.And when I tried to pull the day for a particular date (I will ignore the ti...

2 years ago

2 answers
66 views
0
How to Use Objective-C Source Files in a Swift Project

From now on, I would like to develop iOS applications with Swift, but I would also like to utilize the source code of Objective-C that I have created so far.How do I configure the Objective-C source c...

2 years ago

1 answers
109 views
0
Module compiled with Swift 3.0.2 Cannot be imported in Swift 3.2.2 Countermeasures

When I tried to download and use the following sample code of 06_Generating and Initializing Model Objects in the book Introduction to Realm, I opened it in Xcode 9.1, but an error occurred and I coul...

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.