599 questions
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...
If you swipe with the Swipe Gesture Recognizer on Swift3, you can only open right (right-to-left screen transition) no matter which way you swipe.Please let me know if there is a way to transition the...
When I press the recording button in the application that records sound (.wav), the following error appears.If there is anyone who can tell me, please take care of me.By the way, it's a voice extensio...
I would like to force ViewController to be displayed vertically when the application starts. func preferredInterfaceOrientationForPresentation()->UIInterfaceOrientation{ return.Portrait}is not call...
class ViewController:UIViewController {letchildViewController: UIViewController= UIViewController()override func viewDidLoad(){ super.viewDidLoad() childViewController.view.backgroundColor=UIColor.gre...
iOS appI have looked into various items below.However, I couldn't find anything to do what I wanted to do.DispatchQueueI was able to run in the background, but when I turned off the app process, it st...
I'm writing a program because I want to use Nature Remo's local API, but it doesn't work.I wrote a program to send URL requests while referring to articles on the Internet.I was able to use the API on...
Position the button on the StoryBoard.I would like to change it according to the display size of the application execution terminal.To change the positionbutton_Save.frame.origin.y+=100I thought it wo...
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...
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...
« | - 41 - | » |
© 2024 OneMinuteCode. All rights reserved.