Swiftpack.co - Swift Packages by MarioIannotta

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

Packages published by MarioIannotta

MarioIannotta/PullUpController 0.8.0
Pull up controller with multiple sticky points like in iOS Maps
⭐️ 1,241
🕓 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.
0.8.0
4 years ago
* Xcode 11 * Swift package manager
0.7.0
5 years ago
- Xocde 10 - Swift 5 - Fix #52 (thanks to @avihu-via)
0.6.0
5 years ago
* Fix #40 * Fix #39 * Fix #38 * Fix #35 Many thanks to @Heltisace for her great support!
0.5.1
5 years ago
Fix releated to #33: - Provide a way to customize animations by overriding the method `pullUpControllerAnimate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)?)` - Fix blank space at bottom when bouncing is enabled
0.5.0
5 years ago
- Xcode 10 and swift 4.2 support - Fix issues https://github.com/MarioIannotta/PullUpController/issues/21 and https://github.com/MarioIannotta/PullUpController/issues/22 **Note:** In order to show the expanded controller as initial state, and to simplify the APIs, the property `pullUpControllerPreviewOffset` has been removed and the method `addPullUpController` has been updated with a new additional parameter `initialStickyPointOffset`.
0.4.1
5 years ago
* Fix inertial scroll and scroll animations
0.4.0
5 years ago
* Add `updatePreferredFrameIfNeeded(animated: Bool)` This method update the pull up controller's view size according to `pullUpControllerPreferredSize` and `pullUpControllerPreferredLandscapeFrame`. If the device is in portrait, the pull up controller's view will be attached to the nearest sticky point after the resize. * Fix #17: Scrolling of inside scrollable element results in skipping
0.3.0
5 years ago
1. Improve animation APIs - Add `animated` property to `pullUpControllerMoveToVisiblePoint` - Add `animated` property to `UIViewController.addPullUpController` - Add a method to remove the pull up controller (this also fix the issue #15) `UIViewController.removePullUpController(_, animated:)` 2. Add onDrag closure 3. Add an assert to check if the user it's trying to attach a `PullUpController` to an `UITableViewController` because that's not possible, check https://github.com/MarioIannotta/PullUpController/issues/14 for more information.
0.2.0
5 years ago
**Remove fixed value from animation duration** The animation duration now is calculated based on gesture recognizer pan vertical velocity.
0.1.0
6 years ago
Pod Release
iOS
MarioIannotta/SwizzleSwift 1.0
Swizzle selectors with just one clean and elegant API
⭐️ 154
🕓 4 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.
1.0
4 years ago
* Add the possibility to swizzle a pair of methods of more with the same api. * Change the operator from `==>` into `<->`
0.2
4 years ago
0.1
4 years ago
iOS macOS tvOS
MarioIannotta/LocalizedSwift 1.0.2
Localize UI Components in a simple and declarative way
⭐️ 138
🕓 4 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.
1.0.2
4 years ago
- Support UIImageView (thanks @redsubmarine)
1.0.1
4 years ago
4 years ago
iOS tvOS
MarioIannotta/Nomosi 0.2.0
Declarative plug and play network services for your iOS and MacOS apps
⭐️ 7
🕓 37 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.
0.1.14
1 year ago
SwiftPM is here 🎉
0.1.9
2 years ago
# Support async / await async / await-based approach ```swift do { let response = try await AService().load() // response is an instance of `AServiceResponse`: Type-safe swift superpower! print(response) } catch { print(error) } ``` Callback-based approach ```swift AService() .load() .onSuccess { response in // response is an instance of `AServiceResponse`: Type-safe swift superpower! } .onFailure { error in // handle error } } ```
0.1.8
2 years ago
* Fix Xcode 13 Warnings * Fix url session delegate memory leak
0.1.6
3 years ago
- Fix a multi threading issue on the request queue
0.1.4
3 years ago
- Support MacOS
0.1.1
4 years ago
* Add certificate pinning
0.1.0
4 years ago
* `service.load()` now returns a non optional value * log cache info only if the policy is `!= .none` * rename cacheID now is requestID * decorate request and should retry closures now are public * support body stream (`InputStream`) * add a response validation closure * support multiple module provided mock
0.0.12
4 years ago
- Now it is possible to make `ServiceObserverButton` observe multiple services
0.0.11
4 years ago
- Improve download task handling - Add an easy way to retry a service request (via `service.shouldRetry { ... }`)
0.0.10
4 years ago
Improve ServiceError by providing status code and underlying network error
iOS macOS

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