c tag

1304 questions


1 answers
56 views
0
I want to do it when I press the pin on the MKMap.

Normally, you can use MapKit to raise a pin on a map and tap to display an annotation balloon.Therefore, I would like to do something else when the balloon of the comment is displayed.Where should I w...

2 years ago

2 answers
58 views
0
How to Use Objective-C Source Files in a Swift Project

From now on, I would like to develop iOS applications with Swift, but I would also like to utilize the source code of Objective-C that I have created so far.How do I configure the Objective-C source c...

2 years ago

1 answers
93 views
0
Conditional substitution of numbers into a two-d

I want to save the given numbers in two dimensions.For example, if a sequence {3,12,4,1,5,8} is given, the first digit 3 is inserted into array 1, the second digit 12 is larger than 3, so it is insert...

2 years ago

1 answers
67 views
0
Set the amount of Paging Enabled ScrollView scrolling

I checked Paging Enabled in ScrollView on Storyboard to scroll through the images one page at a time, but I would like to scroll through the images one page at a time, not one page at a time.In other ...


4 answers
85 views
0
Why does the 8086 segment register have a width of 16 bits?

While reading this, I found the following statement:https://ja.wikipedia.org/wiki/Intel_8086In addition to the address register for the operation, it also has a 16-bit register for address conversion ...

2 years ago

1 answers
54 views
0
To move from the Touch ID dialog to the passcode entry screen, as in au WALLET:

There is an authentication screen using Touch ID in an app called au WALLET on iOS.You can also unlock it by entering the passcode directly there.Is the passcode direct input view from the Touch ID cu...

2 years ago

4 answers
34 views
0
Understanding Static Analysis Reference Books

C(C++, C#) Source Code Static Analysis Tool validation items are borrowed from our seniors.I think static analysis has two perspectives: Please let me know if you have any reference books for specific...

c
2 years ago

2 answers
113 views
0
LANGUAGE ACQUISITION METHOD FOR iOS SETTING INFORMATION AND COUNTRY

I'd like to get language and country information on the settings screen.For ios9 seriesNSLocale.preferredLanguages().first when used.ja-JP appears. for ios 8 or lower ja appears.As for the information...

2 years ago

1 answers
55 views
0
Build Error Using Atmospheric Glasses SDK

I used the atmospheric glasses SDK, but when I tried to build the official sample source, the following error occurred and I couldn't solve it.https://github.com/FUNIKImegane/FunikiSDKI understand tha...

2 years ago

2 answers
71 views
0
In order to collect server information and obtain the results from the fabric:

How do I get into a remote server with fabric, process it, and bring back the results?What do you want to do?1. Log in to a specific directory on the remote server as a specific user to execute a scri...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.