Swiftpack.co - Swift Packages by xmartlabs

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

Packages published by xmartlabs

xmartlabs/Eureka 5.4.0
Elegant iOS form builder in Swift
⭐️ 11,750
🕓 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.
5.4.0
1 year ago
* Renamed several methods that clashed with private Obj-C methods and triggered warnings when uploading to App Store (#2231) * Other minor fixes (#2220, #2222)
5.3.6
1 year ago
Fixed done button issue in keyboard (#2213)
5.3.5
2 years ago
Several fixes included in this releases: * Fix a compiler error in Xcode 13 (#2162) * Change CI to GitHub Actions and remove Travis (#2185) * Fix crash when user taps tab key on external keyboard (#2205) * Other minor fixes (#2191, #2206, #2183)
5.3.4
2 years ago
* Resolve class protocol inheritance warnings (#2151) * Fix Chinese input issue (#2150) * Specific special characters are allowed in the username of an email address (#2160) * Fix SliderRow not rendering properly (#2166)
5.3.3
3 years ago
* Add option for different ScrollPosition behavior on keyboard appearance (#2112) * Prefix Eureka to certain class names to avoid clashes with other pods (#2113) * Remove the default header title of section (#2128) * Modify hugging priority for PasswordRow (#2129) * Add replace method for all sections (#2105) * Fix: Non-public API usage (valueChanged, datePickerValueChanged) (#2130) * Fix: remove EXCLUDED_ARCHS build setting to support M1 mac iphone simulator (#2137) * Fix: removeAll method in sections (#2141)
5.3.2
3 years ago
* Make tableViewStyle public (#2092) * Fix CountDown rows crash (#2095) * Make ValidationRuleHelper's rule property public. (#2101) * Fix for building with Carthage and Xcode 12 (#2104)
5.3.1
3 years ago
* Fix building for Mac Catalyst on Xcode 12 (#2078) * Fix datePickerStyle for DateFieldRow and DatePickerCell (#2077) * Adjust font size of PasswordRow to avoid dots (#2080)
5.3.0
3 years ago
* Reload rows on viewWillAppear for iOS 12 and below. (#2029) * Change validation functions access level to open (#2049) * Start editing field rows at the end when tapping blank space in row (#2046) * Update SelectorViewController.swift (#2062) * Fix subtitle field row constraints (#2069) * Create a workaround for Swift crash (#2057, #2061) * Fix date row style/rendering issues for iOS14 (#2067)
5.2.1
4 years ago
This version includes these changes: * Mark `tableView:editActionsForRowAt` as deprecated (#2000) * Removes unwanted assertionFailure Core.swift Navigation (#1998) * **Fix for crash in iOS 13.4 with Xcode 11.4** (#2008)
5.2.0
4 years ago
This version includes the following changes: * **Support for Swift Package Manager** (#1976) * Add GenericMultivaluedSection to allow changing add button (#1843) * Remove InputTypeInitiable constraint for PickerInputRow (#1975) * Fix: avoid reloading rows in viewWillAppear when tableView is not added to window (#1971) * Fix optional header and footer in SelectorViewController. (#1962) * Fix table view contentInset adjustment with safe area when keyboard shows (#1960) * Fix for iOS 13 that was not removing the row automatically anymore even after calling the completion handler in a destructive swipe action (#1944) * Fixed reference cycle (#1930) * Allows a section's header and footer to be `nil` (#1927)
iOS
xmartlabs/XLForm v3.0.2
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
⭐️ 5,779
🕓 43 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.
4.3.0
3 years ago
* Add datePicker style property to XLFormDateCell (#1078)
4.2.0
3 years ago
* Support for Swift Package Manager (#1073) * Fix Carthage build (#1075)
4.1.0
4 years ago
This version adds: * Fix crash when .Nib is inside a framework bundle. (#1050) * iOS 13 dark mode support. (#1057) * Updates for Swift 5 in Examples
4.0.1
5 years ago
* Memory improvements and fixes. * Other minor fixes
Xcode 9 compatible.
6 years ago
• Bug fixes and stability improvements. • **Deployment target changed to 9.0**
3.3.0
7 years ago
- Added `cellConfigForSelector` to style XLFormOptionsViewController - Added properties to **limit number of characters** in `XLFormTextFieldCell` and `XLFormTextViewCell` - Minor fixes
3.2.0
7 years ago
- Added XL_APP_EXTENSIONS macro to allow app extensions (@MuscleRumble #357) - Added shouldChangeTextInRange delegate call for UITextView. (@kiancheong #782) - Added support for NSFormatter (@ziogaschr, @fwhenin, @bhirt-bpl #306) - Added height property to XLFormRowDescriptor to allow setting height of individual cells. - Other minor fixes
3.1.2
7 years ago
- Update row in cellForRowAtIndexPath instead of willDisplayCell - Added cancel action to image selector (by koenpunt) - Other minor fixes
3.1.1
8 years ago
- Allow setting width percentage on UITextView - Added custom inline row example - Fixed bug where XLFormImageCell was not added to project - Add ability to end editing on scroll - Other bugs and refactor
3.1.0
8 years ago
- Added Carthage support - Added NSCoding protocol - Allowed HTTP connections - Several bugfixes and improvements.
iOS
xmartlabs/XLActionController 5.1.0
Fully customizable and extensible action sheet controller written in Swift
⭐️ 3,326
🕓 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.
5.1.0
3 years ago
* Added the ability to adjust Cancel View's Title font and size. (#145) * Support for SPM (#144, #146)
5.0.2
4 years ago
This release includes: * Fix incorrect top inset and content offset (#126) * Support setting cancel view's title color (#129) * Fix issue introduced with last release that would crash an app when using one of the subspecs
5.0.1
4 years ago
Updates for Xcode 11
5.0.0
5 years ago
4.1.1
5 years ago
* Bug fixes and stability improvements.
Swift 4.2 and Xcode 10 support
5 years ago
4.0.1
6 years ago
* Iphone X support. * Bug fixes and stability improvements.
4.0.0
6 years ago
Support for swift4.
3.0.0
7 years ago
- Swift 3 and Xcode 8 support, [PR #24](https://github.com/xmartlabs/XLActionController/pull/24)
2.1.0
7 years ago
- **Breaking change**: `actionTitleLabelConstraintToContainer` and `actionTitleLabelConstraintToImageView` were removed from `ActionCell` class. You must delete these outlets from your xib files, [PR #23](https://github.com/xmartlabs/XLActionController/pull/23). - **Breaking change**: actions' handlers are now executed after the action controller was completely dismissed, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22). - Fixed duplicated execution of actions, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22).
iOS
xmartlabs/PagerTabStripView 4.0.0
🚀 Elegant Pager View fully written in pure SwiftUI.
⭐️ 716
🕓 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.
4.0.0
1 year ago
- Xcode 14+, iOS 16+ now is required. - Clean up code by using Swift 5.7 capabilities. - `.pagerTabItem(tag: SelectionType)` modifier now requires tag parameter which identifies the pager tab item. - `pagerTabStripViewStyle(_ style: PagerStyle)` is the new modifier to set up pager style. - The Selection value indicating the selected page now supports any Hashable value, not just an Int as in the previous version. - Improved the scroll behavior when the pager is added within another pager or scrollable container. When a child page reaches its edges, the parent scrollable container will scroll. Basically, we added a parameter to disable the edge scroll gesture to trigger the parent gesture. - Added several complex examples to showcase new functionality. - The scrollable style page now utilizes the iOS 16 native layout engine through the Layout protocol. - Fixed the initial animation and position issue of the indicator when presenting the page. - Resolved errors when reordering, adding, and deleting pages. Now it works perfectly. - `public func onPageAppear(perform action: (() -> Void)?) -> some View` was removed. You should use onAppear native callback or use selection state variable. - Refactored the enable/disable swipe gesture. Now it's a Binding parameter. - `PagerTabViewDelegate` and `PagerTabViewState` deleted. You should use `selection` state or `pagerSettings.transition.progress(for: tag)` to get a notification on selection and scroll progress changes.
3.2.0
2 years ago
# What's Changed - Add custom style Thanks @MojtabaHs
3.1.1
2 years ago
Fix swipe back gesture
3.1.0
2 years ago
Add swipe disable support
3.0.0
2 years ago
Add scrollable style
2.1.0
2 years ago
Bug fixes, Xcode 13 support!
2.0.0
2 years ago
New styles added
1.0.1
2 years ago
Rename library
1.0.0
2 years ago
This is the initial version.
iOS macOS
xmartlabs/Ecno 3.0.0
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
⭐️ 102
🕓 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.
Support for Swift 5
5 years ago
Support for Swift 4.0
6 years ago
First Version
7 years ago
iOS

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