445 questions
As I wrote in swift4, it is not possible to pass values between different views.I would like to save the text I wrote in ViewController1 to userdefaults and display it in ViewController2's tableView.I...
I originally put Python in it, and I want to change the language to C, but it doesn't work.The terminal seems to be Python specification.What should I do to make it work?
I set it as above, but when the application starts, It will be displayed like this.Above is the icon.Modified
I usually use cmd+k, cmd+f when aligning indents, and when writing Java, indent is for(inti=0;i<10;i++){ ~~~~~~~~~~~~ }However, if you use the same shortcut when writing C language, for (inti=0;i&l...
If you use go plugin in vscode to be honest with your settings, you can use debug on vscode (breakpoint step execution) for normal go programs.Now I wanted to debug the local DevServer that starts wit...
I would like to distribute static HTML files in laravel 6.x series.I am trying to use the public folder, but there is a problem.Example) public/hogeA/index.html←Shift_JISpublic/hogeB/index.html←UTF-8p...
I am a beginner at Swift, but I would like to create an application using MDCSwipeToChoose, so I would like to refer to the following article in Qiita and create the same one for practice, but I got a...
On ipad, there is an item that sizeClass is specified as regular in order to change this layout, but both the emulator and the actual machine do not respond, and for some reason the setting of any is ...
For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...
I would like to know which UIViewController is currently active to use Notificationfor Objective-C[self.window.rootViewController presentedViewController];It was written that you can check in How can ...
« | - 37 - | » |
© 2024 OneMinuteCode. All rights reserved.