599 questions
As the title says, Is there a way to create pink and white noise on Swift?Also, can I play the voice I created on iOS?
I'm trying to call setupAppCWithMediaKey in test.m below over the code in view_test.swiftHowever, in the third specification of view_test.swift, launchOptions: 0x00000100 causes build error.I would ap...
if firstRandomNumber>secondRandomNumber{ playerscoretotal+=1 self.playerscore.text=String(playerscore) }Now Could not find an overload for 'init' that acceptance the supplied arguments The error ...
I am studying code for iOS on Swift.I was able to use MapKit to display the direction of the current location, but When I zoom in, shrink, rotate, etc. on my iPhone, the orientation display disappears...
Prerequisites/What you want to achieveWe are developing iOS apps.The user registration function uses the method of email address authentication to cause the app to Deeplink from the authentication URL...
I'm using segue and unwind segue for screen transitions, but after many transitions, the process gets heavier and doesn't work properly. Do you have any countermeasures or improvements?Top Screen ➡ se...
import UIKitclassViewController:UIViewController { varonVLine —onVerticalLine!override func viewDidLoad(){ super.viewDidLoad() // Do any additional setup after loading the view, typically from anib.}o...
This is my first post. Thank you for your cooperation.The following PHP files are placed on the server and loaded into the UIWebView.<form action=native://test method=post enctype=multipart/form-da...
Create a MyTableView that inherits UITableViewUUITableView#delegate:UITableViewDelegate 「 is UUIScrollView#delegate:I'd like to expand to MyTableView#delegate:MyTableViewDelegateHowever, if you write ...
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...
« | - 27 - | » |
© 2024 OneMinuteCode. All rights reserved.