Swiftpack.co - Swift Packages by apploft

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by apploft

apploft/APLNetworkLayer 2.1.1
APLNetworkLayer is a convenient interface for Apple's network framework that provides commonly used features.
⭐️ 3
🕓 44 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
New HTTPTaskDelegate Method for Internet Connectivity
3 years ago
As you never really know whether you are offline or not unless you try to actually send a network request, provide a new HTTPTaskDelegate method indicating that a httpTask is currently waiting for network connectivity. This can be used to visually hint the user that the application is currently unable to load data but still trying to. The situation is resolved (in other words, you are connected again) if the task's didReceiveResponse method is called (which means the HTTP headers were received). A further improvement would be to map this to an (observable?) property on the HTTPTask (like isWaitingForConnectivity), but this is out of scope for this release.
iOS
apploft/APLUIKitExtension 1.2.6
Useful UIKit Extension
⭐️ 1
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
Add a new setBadge function to UIBarButtonBadge.swift which allows more customization.
3 years ago
iOS
apploft/EvenBetterCodable 1.1.0
Resilient JSON parsing for an application's DTO layer. Extends BetterCodable.
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.0
1 year ago
Add ability to specify nil encoding behavior
iOS macOS watchOS tvOS
apploft/APLWebKitExtensions 1.1.0
Useful WebKit extensions
⭐️ 0
🕓 3 years ago
iOS
apploft/APLFoundationExtensions 3.0.0
Useful extensions to Apple Foundation classes
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Remove extension Date init
3 years ago
Bugfix: https://github.com/apploft/APLFoundationExtensions/pull/14
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics