599 questions
On iOS, when the hardware detects a touch on the screen, the UIGestureRecognizer event is called, but without this actual physical touch, is it possible to send an event that pretends to be a touch on...
Swift seems to be able to convert Float variables into strings with the following code:let testArray: Float = [0.1, 0.2, 0.3]var message=message.append(test-------\(testArray[0]), \(testArray[1]), \(t...
I'm a beginner who has just started programming.I am creating a quiz application with Xcode for 4 choices.What kind of code should I write to shuffle the questions written in CSV data?Please teach me....
It's iOS.I would like to know how to get songs that I played in the past through the Apple music app on Swift.There were many source codes for how to get the songs that were being played, so I underst...
Question 1It seems that they are measuring the usage time of the terminal.(General>Usage>Battery Usage>Time of use)Is it possible to get that information from the app?Question 2Is it possible to start...
Nice to meet you.I'm an engineer with about 2 months of work experience.As I am studying to use Swift for my business, I have been having trouble solving the following problems for a few days.I would ...
You have applied and approved the Apple Developer Program as a corporation.I'm planning to develop and release the app with several engineers using Xcode, but I'd like to know how to do it.Do you need...
I am creating a program to display textField characters in TableView using Parse, MBaaS on Swift, but the part that I pull TableView to update is not working.override func viewDidLoad(){ super.viewDid...
Nice to meet you.I am studying the development of iOS apps by Swift personally.Use the SDK in GoogleMap to count the distance traveled from a point We are currently implementing a feature to store in ...
I am writing the code for the GET request using async/await.In line 7, wait, Type of expression is ambivalent without more contextYou will receive the error:I understand that it is an ambiguous expres...
« | - 42 - | » |
© 2024 OneMinuteCode. All rights reserved.