599 questions
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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?...
« | - 35 - | » |
© 2024 OneMinuteCode. All rights reserved.