swift5 tag

13 questions


1 answers
438 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

1 years ago

1 answers
132 views
0
How to deploy fileers like "Finder" on Macs and "Files" on iOS like Numbers?

A filer like Numbers is ideal for the app I am currently developing.On Numbers, the file selection screen looks like the image below.Also, you can change the destination of automatic saving from the N...

1 years ago

2 answers
51 views
0
How Swift handles objc class method initialize equivalent

I'm rewriting a sample of Aaron Hiregas' MAC OS X COCOA programming with Swift and it's stuck in the title.Each class receives the message initialize before it receives any message, and I wrote a code...

1 years ago

1 answers
105 views
0
About Swift, Hashable protocol compliance.

I'd like to use my own class to process it using a set.For that reason, I would like to conform to the Hashable protocol to my own model.From the translated version of the swift reference, structure G...

1 years ago

1 answers
123 views
0
Run when you come back from Popover

How do I detect it when I come back from Popover?You can't use viewWillAppear, etc. Run function during screen transitionswiftI tried to run the function when I dismissed by referring to , but when I ...

1 years ago

1 answers
106 views
0
What is the order of keyboard display and input start delete in Swift5TextView?

What is troubling me is the order in which modules are called regarding keystrokes.In TextView input, (1) @objc showKeyboard(2)textViewdidbeginEditingis referred to in the order shown in .I would like...

1 years ago

1 answers
75 views
0
I want to get brightness information from my iPhone camera.

I'd like to create an app that counts the number of moves (the number of push-ups) using real-time images from iPhone cameras.It's hard to find a way to handle brightness information, so I'd appreciat...

1 years ago

1 answers
71 views
0
I am creating customized cells on Swift5 but I get an error.

I'm going to use UICollectionView on swift5 and I'm going to use xlb for customized cells.I learned this module when I started Swift and made it, but I tried again to create a new app, but an error oc...


1 answers
53 views
0
I'm thinking of implementing Sign In with Apple, but Sign in with Apple is not available in Signing & Capabilities.

TARGET > Signing & Capabilities to Implement SignInWithAppleI'm searching Sign in with Apple, but I can't find it, why is that?Please let me know the solution.Xcode version 11.7

1 years ago

2 answers
78 views
0
I want to get location information even after the application ends.

I would like to use CoreLocation to save the user's location information to UserDefault at the time of fore, background, and application termination on iphone ios 13 swift 5.2.Fore, I think I can do t...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.