code tag

445 questions


3 answers
42 views
0
I want to build an actual machine with Xcode 6.4, but I'm having trouble because I can't find the column to set up the terminal.

I want to build an actual machine with Xcode 6.4, but I'm having trouble because I can't find the column to set up the terminal.(See image) If you build it in this state, it will be a simulator build....

2 years ago

1 answers
48 views
0
I want to array URLs in TableView

Sorry for the inconvenience.I want to arrange the URLs in an array in TableView, but it doesn't work.I don't know how to solve this problem because it's not the URL taken from the array urls, but the ...

2 years ago

1 answers
81 views
0
Create an RPN Calculator in Swift

I am currently studying Swift.Now that I understand the basic syntax, I want to make a calculator that can calculate correctly.I understand that the RPN calculator is a useful introduction to programm...

2 years ago

1 answers
63 views
0
I want to move the View to match the Keyboard!

The animation that moves the View to match the keyboard is not working.After clicking textField as shown in images 1 to 3, the Keyboard is displayed, and the View is moved on top of it, but after the ...

2 years ago

1 answers
79 views
0
If you run the created application with an iPad simulator, it will be displayed in iPhone size.

We are developing a mobile app on Flutter.If you run the created application on the iPad simulator, it will be displayed in iPhone size.There is an enlarged mark in the lower right corner, and if you ...


1 answers
52 views
0
I want to use my own icon for UIBarButtonItem

I'd like to put my own image in UITabBarButtonItem, but if you set the png image, The 32*32 image is just the right size, but the image quality gets rough.However, if you set the 64*64 image, it is to...

2 years ago

2 answers
45 views
0
Enumeration type that can be converted from int to string and from string to int

In C++, you created an enumeration that can convert from int to string or from string to int.#defineENUM(name,...)\US>class name public:\ enum Tag {__VA_ARGS__};\ \ private:\ static std::unordered_map...

2 years ago

1 answers
97 views
0
About automatic stop when php debug occurs in visual studio code

We are developing a cakephp3 system with visual studio code.I am using php debug using xdebug below.https://github.com/felixfbecker/vscode-php-debugDebugs with breakpoint settings work normally, but W...

2 years ago

1 answers
89 views
0
I want to change the Swift StatusBar color from the event.

I understand that you can change the color of the status bar with the code below.override var preferredStatusBarStyle:UIStatusBarStyle{ return UISTatusBarStyle.lightContent}However, if I want to chang...

2 years ago

1 answers
83 views
0
Understanding the Differences Between VScode and IDLE Editing Methods

This is my first time to ask you a question because I have never experienced programming or this site.I'm sorry if there is any rude way or content in the writing.Questions to ask: Programming languag...

« - 25 - »

© 2024 OneMinuteCode. All rights reserved.