code tag

445 questions


1 answers
68 views
0
swift4 Understanding the passing of values between different views

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...

2 years ago

1 answers
97 views
0
I want to change the programming language in Vscode.

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?

2 years ago

1 answers
42 views
0
I set the icon in Xcode, but somehow there is a black frame.

I set it as above, but when the application starts, It will be displayed like this.Above is the icon.Modified

2 years ago

1 answers
100 views
0
I want VSCode to be indented in the same way as Java when writing C language.

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...

2 years ago

1 answers
69 views
0
Can I perform debugging on vscode on the development goapp server?

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...


1 answers
126 views
0
Understanding How to Handle Mixed Character Codes for Distributing Static HTML Files in the Public Folder in Ravel

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...


1 answers
40 views
0
How to Apply MDCSwipeToChose Framework

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...

2 years ago

1 answers
105 views
0
I set sizeClass to Regular on iOS9~ iPad, but it doesn't reflect.

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 ...

2 years ago

1 answers
82 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

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...


1 answers
42 views
0
I want to get the currently active UIViewController from AppDelegate

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 ...

2 years ago
« - 37 - »

© 2024 OneMinuteCode. All rights reserved.