code tag

445 questions


1 answers
84 views
0
I want to run Unity on an existing Xcode project.

Currently, I am developing a native app on iOS.I wanted to move Unity 5 in this project, but I'm not sure.Simply put, I want to switch between native apps and Unity 5.I understand that there is a site...


1 answers
124 views
0
I want to format the table with markdown in vscode.

The supported markdown table notation for github is in the following format:|header1|hearder2|| ------- | --- || field1 | field2 || field3 | field4 |With this, it's hard to see in the raw text, so I t...

2 years ago

1 answers
111 views
0
I want to add a custom badge to the UITabBar.

I'd like to put a red circle badge on the UITabBar, but I don't know how to do it even if I google it.I found a library like the one below, but I couldn't do it well.https://github.com/evgenyneu/swift...


1 answers
154 views
0
The image captured by AVFoundation has a strange conversion.

I would like to use AVFoundation to capture the in-camera capture image, but the capture image is strange.I have attached an image.I captured my business card normally, but it looks like it's crushed ...


1 answers
147 views
0
What is the order of keyboard display and input start delete in Swift5TextView?

What is troubling me is the order in which modules are called regarding keystrokes.In TextView input, (1) @objc showKeyboard(2)textViewdidbeginEditingis referred to in the order shown in .I would like...

2 years ago

1 answers
88 views
0
Press buttons divided by category → List by category in table view (transition to section of category corresponding to pressed button)

This is my first question.We are developing an application to introduce a store in a certain area. There are nine buttons on the top page, separated by each category.For example, if you press a button...

2 years ago

1 answers
117 views
0
In Xcode, the code that works in Playground does not run properly in the CommandLineTool project.

I wrote a simple code to make a GET request to githubAPI as follows.import FoundationLet url=URL (string: https://api.github.com/users/( hidden characters)!let get = URLSession.shared.dataTask(with:ur...

2 years ago

1 answers
152 views
0
Why can't I call the external JS function Window.hoge?

I am developing a Gawa native application using WebView at Swift.The UIViewController cannot send the value to the function declaring the value in the external JS.Why?With the code below, window.a() c...


2 answers
131 views
0
The process of switching an image tapped in the IF statement of SWIFT to another image.

I want to switch to PAUSE image when I tap START image as attached image, but I can't.追Additional The build passes through the xcode, but when I tap the START image, it does not switch to the PAUSE im...

2 years ago

1 answers
147 views
0
User authentication crashes with iOS app using GooglePlayGameServices

If you authenticate the user of GPG within the iOS application built by Unity, it will crash.Is there a way to authenticate without crashing on iOS?Xcode Thread View libsystem_kernel.dylib`__pthread_k...

« - 18 - »

© 2024 OneMinuteCode. All rights reserved.