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
643 views
1 answer
    Can anyone explain what is difference between UnsafeRawPointer.assumimgMemoryBound(to:) and UnsafeRawPointer.bindMemory(to: ... :) completes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have found the answer for this for objective-c but Im having a hard time doing this in swift. I have used ... "US" to "United States"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm receiving a message in the log saying 'bundleNamePlaceholder'[8424:100146] [general] 'NSKeyedUnarchiveFromData' ... what might cause it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    What exactly is going on with DispatchTime.now() How come I can't assign the time to wait as a variable? And ... whenWhen){ print("Hello") } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to change the text color of a specific text within a UITextView which matches an index of an array. ... = string return string } Outcome See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    I have created new version of CoreData model and migrated existing one to it. Application works without any ... duplicate of this question. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I succeeded to pause a scene game with this code: override func touchesBegan(touches: NSSet!, withEvent event: UIEvent!) ... How can i fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
829 views
1 answer
    It seems that when pulling textures from a texture atlas, I am now generating new textures instead of using the ... help, keep this in mind. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to know, from within a Swift application, when the user changes from one application to another, ... through an event monitor perhaps? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
862 views
1 answer
    We had this snippet of code with the previous version of Swift var retrievedData: NSData? var extractedData: ... error Anyone an idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying to make a simple Dependency Injection system for our app in swift, for 2 day now. I'm flexible ... . In swift it feels impossible! 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 trying to stream audio from the microphone to another iPhone via Apples Multipeer Connectivity framework. To ... would be much appreciated. 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 looking for settings/parameters of CryptoKit which will allow me to share data between iOS App and a Java ... get a TAG mismatch error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I am getting what feels like a bug when trying to custom instantiate a window controller from a storyboard. I am ... not make any sense to me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
983 views
1 answer
    Can someone help me about this issue? The first error was "value of type 'authdataresult' has no member 'uid' ... . They are 2 different errors. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I have a string "323 ECO Economics Course 451 ENG English Course 789 Mathematical Topography" I want to split ... portion a regular expression? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    I am using SwiftUI to display a map and if user tapped on an annotation, it pops up a detail view in ... and define tapaction in another view. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    As of today's release of iOS 14.0 my iOS code, which depends heavily on GeometryReader for layout, is no longer working ... ) } Spacer() } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    Ok so I have a a bunch of helper functions in my project that I originally had in a class called Animate. ... advance for any insight on this! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
943 views
1 answer
    I'm trying to determine what devices are connected via bluetooth in iOS but can't seem to figure it out. ... all possible services? Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Here is my problem: 1. ScrollViewDelegate does not get called once UICollectionView implements compositionalLayout ... its ScrollViewDelegates? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    I am working on a mac application, and I like to make initial window be in maximized state, like when you are ... want it to be full screen. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am working on mix and match iOS source code. I have implemented codable for swift data model class which ... swift and objective c classes. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
933 views
1 answer
    I have created two lines anchored to a sprite, which are 30? apart. I want both lines to swing left and right ... of feel I want for movement. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I'm trying to enable simultaneous gesture recognition but only for the UIPinchGestureRecognizer and UIRotationGestureRecognizer ... true } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    how can I retrieve response headers for a request? Below is a request I make. Alamofire.request(.GET, requestUrl, ... ... } Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
984 views
1 answer
    I don't quite understand how to properly store subscribers inside a class so that they persist but don't ... .assign for instance? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
915 views
1 answer
    If I want to represent my view controller's state as a single struct and then implement an undo mechanism, how ... a value for every property? 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

...