599 questions
I wanted to call python on Swift3, so I referred to the following site.https://github.com/ndevenish/Site-ndevenish/blob/master/_posts/2016-06-20-using-python-with-swift.markdownimport CocoaNSA Applica...
Use Swift to call a mailer in the app and I wanted to automatically enter the destination email address and subject line when I called, so I organized the following programs:// Generate mailer URL.let...
Based on Swift2's book, I created the following code in Swift4 and found the following error in the array part that gives the id:Could you tell me the solution?Cannot convert value of type 'String' to...
What do you want to doI am making a list with a check box using UITableView in Xcode.I want to change the image of the blank box and the checked box when cell is pressed, but it doesn't work.Currently...
When I tap UIButton, like the check button above in the image below, the image set to UIButto turns black and becomes active, so that I can visually see that it has been pressed.Some of the attributes...
The first time the webview is loaded with the following code, the progress bar is the intended movement, but if you look at the link in the webview, it looks like two progress bars are displayed.Does ...
trailingAnchor does not work at all in the code below.As a minimum test, configuring two horizontal constraints: leadingAnchor and trailingAnchor with one button, or configuring only trailingAnchor, i...
I would like to link UIPageControl and UIScrollView installed on Storyboard with Xcode6+Swift.import UIKitclassViewController:UIViewController, UIScrollViewDelegate { // Linking UIScrollView @IBOutlet...
Prerequisites/What you want to achieveI would like to get text and images from the URL posted by the user.(It's a function that allows you to preview the url destination when you paste url on the Twit...
I'm trying to control the thermal printer with a Bluetooth connection using Swift5, CoreBluetooth.The Bluetooth connection (pairing) with the printer was successful, but I don't know how to print data...
« | - 53 - | » |
601 GDB gets version error when attempting to debug with the Presense SDK (IDE)
891 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
611 Uncaught (inpromise) Error on Electron: An object could not be cloned
568 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.