Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged swift

0 votes
1.2k views
1 answer
    so i am making a basic week picker, where you can pick a week number and year, and get the corresponding date ... you in advance for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
945 views
1 answer
    I am trying to animate a change of color of a navigation bar when popping back to a previous controller ... would be greatly appreciated. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    This code using AVPlayer works only on Playground import AVFoundation var player = AVPlayer() let playerItem = ... Thank you so much! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have added content to the face anchor in Reality Composer, later on, after loading the Experience that i ... basic and simple. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In iOS 13,there is a new behaviour for modal view controller when being presented. Now it's not fullscreen by ... : true, completion: nil) } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    how'd you apply thread safe functionality to static functions of a struct class SingleSome { struct Static ... inherited objects of SingleSome See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
882 views
1 answer
    I'm trying to read the contact image of my iOS addressbook but I'm having some troubles with it. I have a ... contact but i add one to John. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
975 views
1 answer
    Here is the code: class Person { } func lastNameForPerson(person: Person, caseFolding: ((String)->(String))? = ... be separated by a new line See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    I have an entire working game that has been up on the App Store, but since iOS 13 it simply does not ... to this where textures are needed? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to handle push notification and that's done with a lower version of ios but in ios 11 never receive ... has a solution then please share. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
854 views
1 answer
    Why do I get the error "join is unavailable: call the joinWithSeparator()" at line 16 (the last line below) when ... return " ".join(parts) } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to check if a file loaded into an UIImage object file is equal to another image and execute some ... always enters the if branch. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm getting this error while linking Google sign in without using cocoa pods. I have referred many solutions here ... use -v to see invocation) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Okay so I want to rotate CGPoint(A) 50 degrees around CGPoint(B) is there a good way to do that? CGPoint(A) = ... ) Here's what I want to do: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    In the same theme as this post: iOS 13 - UIPopoverPresentationController sourceview content visible in the arrow I ... here is the results: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
885 views
1 answer
    When I create a computed property that depends on a generic type, the specific implementation is "lost" when the ... why it behave like that. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    error: protocol 'Protocol' requirement 'instance' cannot be satisfied by a non-final class ('Class') because it uses ... ??).instanceFunc() } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
857 views
1 answer
    I see in Swift examples values like 123_456_789, numbers with underscores. What type do these values have by ... without defining a type? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
921 views
1 answer
    I'm encountering a change in the swift code which i do not quite understand. var arr = [] for var i = 1; ... ) } } Is there a smarter solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I code an iOS App in Swift 4, I'm french so I work with mobile phone in french language/french region. With an ... fix to this issue ? Thanks ! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
955 views
1 answer
    info.plist <key>UIViewControllerBasedStatusBarAppearance</key> <true/> UIViewController override var prefersStatusBarHidden: ... not hidden See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    My function is converting a string to Decimal func getDecimalFromString(_ strValue: String) -> NSDecimalNumber { let ... where I made mistake? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following code : let urlPath:String = apiURL + apiVersion + url + "?api_key=" + apiKey let url = ... any error it's hard to debug. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm building an iOS 9 App with Swift 2 and Xcode 7. My app runs fine when deploying it to my phone but ... . Which one is undefined. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Hi I am new to iOS basically I am android developer. But Right now I am working on iOS app,It is simply an iOS ... 4.0. Thanks in advance ... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
832 views
1 answer
    Hi I'm new to ios app dev. I've only done tutorials so far that have covered apps with either nav bars or ... would work in a more complex app. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am developing an iOS app using Swift which has push notification feature. The app sends Birthday reminders ... having any user interaction? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm testing my app in simulator. I'm downloading file and getting it's local way like this one: file:/// ... } How should I make it playing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...