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 swift3

0 votes
589 views
1 answer
    With my project I use the following code in order to make my images in rounded shape: profileImage.layer. ... to fix the issue. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
530 views
1 answer
    My code (fragment below) causes the Simulator to Hang. What am I doing wrong? To reproduce the problem, cut and ... print("idx2=(idx2)") } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    I have this json data that I want to consume in Swift 3. I'm learning Swift and building a very basic app that ... to fix the error I'm getting. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I have successfully registered with APN and I received the token ID. The problem is that when I send a notification ... } }//end of AppDelegate See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
594 views
1 answer
    In my I'm having documents download option. When users downloading documents from my app I need to store it to users ... ; } } task.resume() } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I am trying to post form-data using webservice, userName & password, but in response it's showing an error ... help! Thats the POSTMAN response See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
464 views
1 answer
    I'm trying to convert one of my projects from Swift 2.3 to Swift 3.0 but some reason I get the following error ... exist print("No Receipt") } } 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 having an 2arrays of dates and want to set different colors for particular event please help how to do this. I' ... } else{ return nil } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    How to write the following snippet in swift 3.0 ? The following syntax is in swift 2 Alamofire.download(.POST, ... nil, response.result.error) } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
406 views
1 answer
    Hello all m having multisectioned tableview design like want to apply filter based on the selected rows in which ... soultion of my scenario. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I am trying to migrate my codes from swift 2 version to swift 3 version. I could not migrate following code ... / return mutableURLRequest } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    In my bridging header, I infinitely get "<Google/Analytics.h> not found" I followed Google's own tutorial: ... Header: Build Settings: Podfile: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
502 views
1 answer
    I have a very odd error here and i've searched all around and i have tried all the suggestions. None ... was correct. Please advise. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    when build my code then crash on Alamofire.request(request as! URLRequestConvertible).responseJSON(). pls suggest how to ... : print(error) } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
871 views
1 answer
    This no longer works in Xcode 8 beta 6: let colors:CFArray = [fromColor.cgColor, toColor.cgColor] or let ... convert from array to CFArray? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
595 views
1 answer
    The following was possible with Swift 2.2: let m = "alpha" for i in m.startIndex..<m.endIndex { print(m[i]) } ... .<s.midIndex) { print(s[i]) } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    How to make the Navigation Bar and Status Bar blurred (UIBlurEffect)? When I'm by clicking on the image to ... . Sorry for my bad English. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    How to make the Navigation Bar and Status Bar blurred (UIBlurEffect)? When I'm by clicking on the image to ... . Sorry for my bad English. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    I am trying to make a range in Swift 3 that I already had in Swift 2 but it keeps giving me this ... )...expireRange!.startIndex.advancedBy(16) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I am trying to recreate a button like this in Swift: I have been able to create the gradient inside of the ... am lost. Any help is appreciated See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
429 views
1 answer
    I would like to know when a set of properties of a Swift object changes. Previously, I had implemented this ... variables with spaces in them. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
481 views
1 answer
    I was converting from swift 2 to swift 3. I noticed that I cannot convert a boolean value to integer value in swift ... Bool to Int in swift 3? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I am creating a library that should return errors so I'm wondering which one should use for my purposes. ... should use Error or NSError. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    My code snipet as follows : let defaultRouteReachability = withUnsafePointer(to: &zeroAddress) { ... fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    I'm using ARKit and trying to get the position of the camera as a rotation and (x,y,z) coordinates in ... way to get this information? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    I have a JSON file called points.json, and a read function like: private func readJson() { let file = Bundle. ... It does not work, any help? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
438 views
1 answer
    The following Q&A covers a few methods of generating Fibonacci numbers in Swift, but it's quite ... methods avoiding explicit recursion. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
431 views
1 answer
    I'm trying to access a state variable declare in .h file but the compiler said the variable doesn't ... Bridging Header #import "g722_codec.h" 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

2.1m questions

2.1m answers

60 comments

56.8k users

...