Swift
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Inspired by many other modern programming languages, Swift is intended to be more resilient and expressive than Objective-C, its predecessor.
Here are 21,824 public repositories matching this topic...
-
Updated
Mar 4, 2020 - Swift
-
Updated
Mar 4, 2020 - Swift
-
Updated
Mar 4, 2020 - Swift
New Issue Checklist
- [V] I have read and understood the CONTRIBUTING guide
- [V] I have read the Documentation
- [V] I have searched for a similar issue in the project and found #2881, but that issue does not have enough informatio
-
Updated
Mar 4, 2020 - Swift
I see that the website section for screenshots is still empty. What screenshots would you like, and I'd be happy to contribute/maintain them.
-
Updated
Mar 4, 2020 - Swift
Currently says 3.0.x, which is a deterrent for adoption by people comparing to Rx.
I'd make a PR myself, but my employer makes that complicated.
What did you do?
When I do this (from your docs):
guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)
I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"
I did this. I just want to confirm that is right. It worked for me.
`guard let dataFromString
-
Updated
Mar 4, 2020 - Swift
Looks like the API documentation has not been regenerated since 3.0.2, as the maxBodySize value typo is still present here:
iOS 11
Same scenario to view UIImage like WhatsApp
when swipe to dismiss Image Viewer (UIViewController)
on the Chat screen, scroll indicator behaves abnormally, it becomes smaller.
Again if you will tap on UIImage in collectionView to enlarge image
and come again to Chat screen from ImageViewerController (Image Viewer), it will become more smaller and also changing the top and bottom positio
-
Updated
Mar 4, 2020 - Swift
New Issue Checklist
- I have looked at the Documentation
- I have read the F.A.Q.
- I have filled out this issue template.
Issue Info
| Info | Value |
|---|
use this code to set image
cell.imageView.kf.setImage(with: URL.init(string: icon))
but imageView show image just before setted when i set image like below:
cell.imageView.image = uiimage(named: string)
cell.imageView.image = nil
by the way, this happened a few times.
what should i do to clean image when the cell reused?
-
Updated
Mar 4, 2020 - Objective-C
The prerequisites in the Building Realm section of README.md mention:
Building Realm requires Xcode 8.x.
The current wording implies that only Xcode 8.x is supported, but Xcode 11 support landed via #6163.
This should be updated to "Xcode 8.x or newer" as appropriate for what is actually supported & tested. Since X
-
Updated
Mar 2, 2020 - Swift
Hi all,
I am opening this issue to gather your feedback on a tentative roadmap that I've put together with the help of @Carthage/carthage
This roadmap will try to address the most pressing issues that Carthage is currently facing, and at the same time add clarity on where we think Carthage should be heading.
To my knowledge there wasn't a formal roadmap so far, and while Carthage has do
There's a blurb at the end of the Appendix document that reads:
So, if you want to start a chain by dispatching to the background, you have to use
DispatchQueue.async:DispatchQueue.global().async(.promise) { return value }.done { value in //… }However, this function cannot return a promise because of Swift compiler ambiguity
iss
What do you think about adding some mechanism to CocoaPods to prevent users from using the global gem instead of the local one?
It could be a waning similar to how fastlane's:
Related issue: fastlane/fastlane#9435.
Or i
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.
The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall
-
Updated
Mar 4, 2020 - Swift
Is there any way to implement horizontal radio button group?
Just a suggestion - it would be helpful to have a wiki page on styling cells in various ways, or some common layouts developers typically try to achieve.
Created by Apple
Released June 2, 2014
Latest release 3 months ago
- Repository
- apple/swift
- Website
- swift.org
- Wikipedia
- Wikipedia


Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.