xcode tag

271 questions


1 answers
44 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
75 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
58 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
75 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
45 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
41 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
80 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
125 views
0
Error when trying to update an app in App Store

In order to update the app released in the App Store, I tried to update it by doing Archive as usual and pressing the Distribute App button, but I couldn't update it because this screen appeared on Xc...


1 answers
38 views
0
How do I set the initial Picker value that I set to input UITextField in Swift?

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

2 years ago

1 answers
40 views
0
The navigationBar is not transparent on the DetailViewController of the UISplitViewController.

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

2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.