271 questions
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 ...
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...
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 ...
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 ...
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...
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...
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...
I understand how to use Picker to enter the UITextField, but I am having trouble setting the initial value.The source code will tap Button in other Views and transition to the ConditionViewController ...
In the DetailViewController of the project created using Master-Detail, an Xcode model,override func viewWillAppear(animated:Bool){ super.viewWillAppear(animated) // Navigation Transparency self.navig...
« | - 18 - | » |
© 2024 OneMinuteCode. All rights reserved.