swift5
Here are 1,749 public repositories matching this topic...
Convenient & secure logging during development & release in Swift 3, 4 & 5
-
Updated
Jul 16, 2021 - Swift
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
-
Updated
May 19, 2021 - Swift
Awesome iOS 11 appstore cards in swift 5.
-
Updated
Jun 29, 2019 - Swift
Nothing but sugar.
-
Updated
Apr 25, 2021 - Swift
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Jul 30, 2021 - Swift
Intelligent adaptive brightness for your external monitors
-
Updated
Jul 29, 2021 - Swift
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
-
Updated
Jul 30, 2021 - Swift
ProgressHUD is a lightweight and easy-to-use HUD for iOS.
-
Updated
Apr 7, 2021 - Swift
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
-
Updated
Jun 8, 2021 - 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
Jul 30, 2021
GraphQLite is a toolkit to work with GraphQL servers easily. It also provides several other features to make life easier during iOS application development.
-
Updated
May 24, 2021 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Aug 5, 2020 - Swift
-
Updated
Mar 31, 2019 - Swift
Font management (System & Custom) for iOS and tvOS
-
Updated
Oct 26, 2020 - Swift
It's magic.
-
Updated
Jul 14, 2020 - Swift
A collaborative list of awesome for iOS developers. Include quick preview.
-
Updated
Jul 20, 2021 - Swift
anyways to blur
Are there anyways to add blur to the background. of the alert.
精仿有妖气漫画(Swift5)
-
Updated
Jan 29, 2021 - Swift
macOS app to generate Swift 5 code for models from JSON (with Codeable)
-
Updated
Jul 29, 2021 - Swift
Runtime introspection and unit testing of SwiftUI views
-
Updated
Jul 6, 2021 - Swift
FAPanels - Swift
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jun 15, 2021 - Swift
Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
-
Updated
Jan 25, 2021 - Swift
dose not support red dot style?
-
Updated
Apr 1, 2021 - 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."


If you want to work with a complete socket address type including port, we have a helper in
SocketAddress. However, the moment you want to talk only about an IP address we force you to hold anin_addrorin_addr6structure: hardly the friendliest versions of these data types.We should provide a helpful wrapper
IPAddresstype that can be converted into those types as needed. This would