Swiftpack.co - Swift Packages by lengocduy

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

Packages published by lengocduy

lengocduy/DLAnalytics v2.1.0
Unify and modularize abstract Analytics framework written in Swift
⭐️ 3
🕓 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.
DLAnalytics v2.1.0
2 years ago
- Allow consumers configure events that they accept to handle - Support a common tracking with attach a ViewController in case do some stuff on that
DLAnalytics v2.0.0
2 years ago
#6: Support identify user, custom properties to help tracking more personalized data **Closed issues:** - Should change payload to \[String : Any\] [\#5](https://github.com/lengocduy/DLAnalytics/issues/5) - Support Analytics.setUserID [\#4](https://github.com/lengocduy/DLAnalytics/issues/4) **BREAKING CHANGE** `Client` only interact with the framework via `Analytics` instead of mix of `Analytics` and `AnalyticsManager` as previous versions
DLAnalytics 1.1.0
2 years ago
Support building platform-independent xcframework on xcode 12
lengocduy/DLLogging v1.2.1
Unify and modularize abstract logging framework written in Swift
⭐️ 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.
DLLogging v1.2.1
2 years ago
- Use `ConsoleLogging` as default to prevent double lines in console log
DLLogging 1.2.0
2 years ago
Support building platform-independent xcframeworks xcode 12
lengocduy/DLSwipeToPopController v1.1.4
Reusable iOS's behavior drag or swipe to pop ViewController
⭐️ 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.
DLSwipeToPopController v1.1.4
2 years ago
- Filter invoking method `didPopViewController` when view was popped out Navigation Stack only
DLSwipeToPopController v1.1.3
2 years ago
- Skip invoking method `didPopViewController` when view was embed inside another container view
DLSwipeToPopController v1.1.2
2 years ago
- Invoke method `didPopViewController` when `viewDidDisappear` to allow the client consume event follow the life-cycle
DLSwipeToPopController v1.1.1
2 years ago
- Detect `horizontal direction` once the gesture end to process as `finish` transition only
DLSwipeToPopController v1.1.0
2 years ago
- Support configuration for maximum of vertical distance (coordinate y) `maximumOfVerticalDistance` - Only recognize the gesture when user drag of swipe in the range of this property's value - In the case vertical distance larger than the configured value. It will skip recognizing and delegate for other components in the chain
First release v1.0.0
2 years ago
- Swipe from Right to Left to pop ViewController - Customize via `velocity` when swipe gesture was recognized - Drag from Right to Left to pop ViewController - Customize via `percent` distance move per screen's width - Built-in Controllers: `SwipeToPopViewController` & `SwipeToPopTableViewController`
iOS

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