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