swift5
Here are 1,300 public repositories matching this topic...
Convenient & secure logging during development & release in Swift 3, 4 & 5
-
Updated
Jul 14, 2020 - Swift
Awesome iOS 11 appstore cards in swift 5.
-
Updated
Jun 29, 2019 - Swift
Nothing but sugar.
-
Updated
Jul 14, 2020 - Swift
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Aug 21, 2020 - Swift
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
-
Updated
Aug 20, 2020 - Swift
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
-
Updated
Aug 18, 2020 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Mar 31, 2019 - Swift
It's magic.
-
Updated
Jul 14, 2020 - Swift
-
Updated
Aug 5, 2020 - Swift
Intelligent adaptive brightness for your external monitors
-
Updated
May 12, 2020 - Swift
macOS app to generate Swift 5 code for models from JSON (with Codeable)
-
Updated
Jun 1, 2020 - Swift
FAPanels - Swift
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jul 25, 2020 - Swift
µframework for Attributed strings.
-
Updated
Apr 13, 2019 - Swift
Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
-
Updated
Nov 23, 2019 - Swift
Add a new convenience initializer for UIBarButtonItem so that it enable user to add Badge on Bar Button Item!
-
Updated
May 4, 2020 - Swift
SwiftUI Animation Library. Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effects. Browse, find and download the animation that fits your needs.
-
Updated
Aug 16, 2020
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
-
Updated
Apr 29, 2020 - Objective-C
Framework for runtime inspection and unit testing of SwiftUI views
-
Updated
Aug 14, 2020 - Swift
for debugging purposes, we should offer an option to switch on plain text .pcap recording.
It should be very clear that it's for debugging because NIOWritePCAPHandler.SynchronisedFileSink blocks the event loop (we could write an async file sink ofc)...
A pretty terrible patch that can serve as example (but not the final impl ofc) is here:
diff --git a/Package.swift b/Package.swForget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
-
Updated
Oct 1, 2019 - Swift
Improve this page
Add a description, image, and links to the swift5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift5 topic, visit your repo's landing page and select "manage topics."


https://github.com/apple/swift-nio/blob/a0f6a48ec0f52af49cdf8274757a2bd1ec9f3295/Sources/NIO/NonBlockingFileIO.swift#L494
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.