ios tag

556 questions


1 answers
46 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

1 answers
31 views
0
Set up a concept that doesn't hit the button.

I'm a beginner in programming.I am currently using swift to create a simple game app.To briefly describe the game, There are five buttons (objects) on the screen, and if you tap it, you'll hear the ri...

2 years ago

4 answers
100 views
0
Is it possible to receive iBeacon radio waves without specifying a UUID?

Regardless of the UUID, I would like to list iBeacon nearby.Is it possible to receive iBeacon radio waves without specifying a UUID?I look forward to your kind cooperation.

2 years ago

1 answers
68 views
0
I want to reflect the JSON data that I got from the API created by Django in the actual TableView.

The URL where the following json data is returned is http://127.0.0.1:8000/api/v1/I got the response correctly on the simulator, but when I tried it on the actual machine, I couldn't get it. What shou...

2 years ago

2 answers
37 views
0
I can't build iOS apps with Adhoc and Release on Monaca.

The iOS app was successfully built by DEBUG, but Adhoc and Release build failed.If you look at the error log, 1 key imported.Unable to delete certificate matching iPhone Distribution: XXXXX Co., Ltd.\...

2 years ago

3 answers
74 views
0
I want to apply Return to non-parent viewcontroller.

Hello. Thank you for your continuous support.I have a program that looks like a Todo list.Dependencies are 1:mypage->Create to do->Details to do is a dependency of viewcontroller, but There is a...

2 years ago

1 answers
124 views
0
I would like to display the image I got from AlamofireImage in the same size.

I would like to dynamically retrieve and display the image in af_setImageWithURL of AlamofireImage, but I would like to change the size of the UIImageView according to the size of the image to be retr...

2 years ago

2 answers
75 views
0
How Captive Wi-Fi Networks Authentication Screen Display Works

As you can see in the attached image, regarding the authentication screen displayed when entering the wifi spot area in cafes, how is this displayed?I think I'm taking action after receiving some kind...

2 years ago

1 answers
39 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
31 views
0
ContentMode does not work for images set to UIButton

I want to set the contentMode of the image I set to UIButton, but it doesn't take effect.The size of the UIButton is 180/44 and the size of the image is 44/44, but it is full.Is there a way to change ...

2 years ago
« - 35 - »

© 2024 OneMinuteCode. All rights reserved.