swift tag

599 questions


1 answers
49 views
0
Is there any way to determine the cause of the iPhone app crash that is being released in the AppStore?

Thank you for your help.The iPhone app being released in the AppStore has feedback from users such as The app won't open and fall, but my actual machine and Xcode simulator cannot reproduce the phenom...

2 years ago

1 answers
33 views
0
Information on how to enter characters in the specified location of the image in Swift.

I would like to know how to enter characters in the position specified for one image in Swift.The image you want to create is a stylish resume (put your name, age, image, etc. in a cute image).The cur...

2 years ago

1 answers
32 views
0
What does Swift mean by {}()?

Swift has the following code: var videoBitrateLabel:UILabel={ let label: UILabel=UILabel() label.textColor=UIColor.whiteColor() return label}()I will addSubview this instance later.view.addSubview(vid...

2 years ago

1 answers
90 views
0
Information on inserting shadow characters into UIImage

Thank you for your help.I'm working on an iOS app that has the action of writing characters directly into UIImage, but when I tried to put a shadow on that character, it didn't work well.The option to...

2 years ago

1 answers
36 views
0
iOS App Questions Textview, Keyboard, and Character Relationships

Currently, I put textview in the cell and change the size of the cell according to the amount of characters, but I want to be able to see characters like twitter when typing using the keyboard, but wh...

2 years ago

1 answers
76 views
0
Google Sign-In for iOS Does Not Save Authentication Information to Keychain When Scopes Are Added

I have deployed Google Sign-In for iOS (Google/SignIn) on CocoaPods, but when I add a scope, the information does not appear to be registered in keyChain.AssumptionsPlease refer to the following site ...

2 years ago

1 answers
76 views
0
Solution for Slow Viewing Using Swift's Webview

It looks slower than browsing with Swift using Webview and Safari on iPhone.As a way of looking at it, Safari on the iPhone is displayed while loading, while Webview does not appear to display it unti...

2 years ago

1 answers
107 views
0
DATA MIGRATION WHEN PROGRAM TRANSITION OF SEGUE

Please let me know if you can understand it because I don't know how to handle it when the segue transition is done with swift.Instead of using IB for segue, set the identifier and use it in the progr...

2 years ago

1 answers
50 views
0
CLLocationManager Stop Location Acquisition Baggrand Task From When

I am writing a program that takes a location in CLLocationManager on Swift and sends it to the server.There is no problem with the operation itself, but after moving to the background, location acquis...

2 years ago

1 answers
31 views
0
Has the UILongPressGestureRecognizer changed in Swift?

I tried a quick test of UILongPressGestureRecognizer with swift.The objective-c successfully detected a long press, but Swift did not detect a long press of firstL.Where is the problem with this code?...

2 years ago
« - 35 - »

© 2024 OneMinuteCode. All rights reserved.