swift tag

599 questions


1 answers
101 views
0
I want to create and play pink and white noise on Swift.

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?

2 years ago

1 answers
41 views
0
Information About Calling Objective-c from Swift

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

2 years ago

3 answers
38 views
0
What is Swift could not find overload for 'init'?

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

2 years ago

1 answers
83 views
0
Want to continue displaying current location orientation in Swift MapKit

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

2 years ago

1 answers
77 views
0
I can't Deeplink from Yahoo mail app to iOS app

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

2 years ago

1 answers
73 views
0
Each time the screen transition using segue is transitioned, it becomes heavy.

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

2 years ago

1 answers
34 views
0
removeFromSuperview does not work well

import UIKitclassViewController:UIViewController { varonVLine —onVerticalLine!override func viewDidLoad(){ super.viewDidLoad() // Do any additional setup after loading the view, typically from anib.}o...

2 years ago

1 answers
87 views
0
Retrieving POST information from forms on UIWebview (image, multipart/form-data)

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

2 years ago

1 answers
40 views
0
How to Expand UITableView Delete

Create a MyTableView that inherits UITableViewUUITableView#delegate:UITableViewDelegate 「 is UUIScrollView#delegate:I'd like to expand to MyTableView#delegate:MyTableViewDelegateHowever, if you write ...

2 years ago

1 answers
112 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...

« - 27 - »

© 2024 OneMinuteCode. All rights reserved.