Swiftpack.co - Swift Packages by lszzy

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

Packages published by lszzy

lszzy/FWFramework 4.7.4
iOS开发框架,方便iOS开发,兼容OC和Swift。
⭐️ 4
🕓 1 week 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.7.4] - 2023-03-18
1 week ago
### Added * Added a method to dynamically calculate the width and height of the AutoLayout layout view * DynamicLayout method adds NS_NOESCAPE flag * Added scrollViewInsets padding configuration for DrawerView * AttributedLabel compatible with iOS15+ system comes with strikethrough ### Added * 新增动态计算AutoLayout布局视图宽高方法 * DynamicLayout方法新增NS_NOESCAPE标记 * DrawerView新增scrollViewInsets内边距配置 * AttributedLabel兼容iOS15+系统自带删除线
[4.7.3] - 2023-03-13
2 weeks ago
### Changed * Refactor the method name of obtaining and selecting the TabBar specified controller * Optimize DrawerView not automatically return to the top when it is in non-scrollViewPositions ### Changed * 重构获取和选中TabBar指定控制器方法名称 * 优化DrawerView位于非scrollViewPositions时不自动回到顶部
[4.7.2] - 2023-03-11
2 weeks ago
### Added * Refactor DrawerView to support multiple modes * Added safeJSON fast conversion JSON method * Added method to get TabBar root controller ### Added * 重构DrawerView,支持多种模式 * 新增safeJSON快捷转换JSON方法 * 新增获取TabBar根控制器方法
[4.7.1] - 2023-03-09
2 weeks ago
### Added * Added merge method to JSONModel * The ParameterModel.toDictionary method automatically filters attributes starting with an underscore * UIButton and click gesture support custom highlight state, disabled state handle * Fixed the problem that calling setPosition does not take effect when the DrawerView is in a special scene ### Added * JSONModel新增merge方法 * ParameterModel.toDictionary方法自动过滤下划线开头属性 * UIButton和点击手势支持自定义高亮状态、禁用状态句柄 * 修复DrawerView特殊场景时调用setPosition不生效问题
[4.7.0] - 2023-03-07
3 weeks ago
### Added * Added Swift version ParameterModel component * Added scrollViewFilter configuration for DrawerView * NotificationManager adds delegate configuration ### Added * 新增Swift版本ParameterModel组件 * DrawerView新增scrollViewFilter配置 * NotificationManager新增delegate配置
[4.6.0] - 2023-02-20
5 weeks ago
### Added * Added Analyzer analysis component * Added Validator Swift verification component * Added MulticastBlock multi-handle proxy component * Added Optional commonly used extension methods * Refactor the Swift Annotation component * Refactoring Request component synchronous request * Remove the NetworkMocker component ### Added * 新增Analyzer分析组件 * 新增Validator Swift验证组件 * 新增MulticastBlock多句柄代理组件 * 新增Optional常用扩展方法 * 重构Swift Annotation组件 * 重构Request组件同步请求 * 移除NetworkMocker组件
[4.5.0] - 2023-02-09
7 weeks ago
### Added * The Request component supports synchronous requests * ModuleBundle supports loading module colors * AttributedLabel supports strikethrough style ### Added * Request组件支持同步请求 * ModuleBundle支持加载模块颜色 * AttributedLabel支持删除线样式
[4.4.3] - 2023-02-07
7 weeks ago
### Fixed * Fix the problem that the DateFormatter format is incorrect when the mobile phone system is in 12-hour format ### Fixed * 修复手机系统为12小时制时DateFormatter格式化不正确的问题
[4.4.2] - 2023-01-18
10 weeks ago
### Fixed * Fixed the problem that sliding the top navigation bar quickly will trigger the bottom navigation bar to slide back after the navigation bar interception is enabled ### Fixed * 修复启用导航栏拦截后快速侧滑顶部导航栏会触发底部导航栏的侧滑返回问题
[4.4.1] - 2023-01-06
11 weeks ago
### Changed * Optimize the implementation of the pull-down refresh plugin indicatorPadding * Fix Swift Package Manager minimum compatible with lottie-ios 4.0 ### Changed * 优化下拉刷新插件indicatorPadding的实现方式 * 修复Swift Package Manager最低兼容lottie-ios 4.0版本
iOS
lszzy/FWApplication 3.8.2
iOS应用框架,方便iOS开发,兼容OC和Swift。
⭐️ 1
🕓 33 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.
[3.8.2] - 2022-08-10
33 weeks ago
### Fixed * Fix EmptyPluginView not calling update ### Fixed * 修复EmptyPluginView未调用update问题
[3.8.1] - 2022-08-03
34 weeks ago
### Changed * Optimize PluginView progress bar view * Optimize ViewContext to support subscribing to object and userInfo * Optimize SwiftUI module directory structure ### Changed * 优化PluginView进度条视图 * 优化ViewContext支持订阅object和userInfo * 优化SwiftUI模块目录结构
[3.8.0] - 2022-08-02
34 weeks ago
### Added * Added a large number of SwiftUI basic components to facilitate development * Added methods to monitor View size and scroll view contentOffset * Added a method to get the controller where View is located * Added Introspect component and pull-down refresh component * Added View configuration navigation bar method, which is common to UIKit * Added PluginView for loading view specification plugins, common to UIKit * Added HostingView for loading View as UIView * Added StateView state machine view * Added HostingController controller, common to UIKit * Compatible with FWFramework 3.8.0 version ### Added * 新增大量SwiftUI基础组件,方便开发 * 新增监听View大小和滚动视图contentOffset方法 * 新增View获取所在控制器方法 * 新增Introspect组件和下拉刷新组件 * 新增View配置导航栏方法,和UIKit通用 * 新增PluginView用于加载视图规范插件,和UIKit通用 * 新增HostingView用于装载View为UIView * 新增StateView状态机视图 * 新增HostingController控制器,和UIKit通用 * 兼容FWFramework 3.8.0版本
[3.7.0] - 2022-07-27
35 weeks ago
### Added * Added SwiftUI web image, wrapper, toolkit components * Compatible with FWFramework 3.7.0 version ### Added * 新增SwiftUI网络图片、包装器、工具组件 * 兼容FWFramework 3.7.0版本
[3.6.3] - 2022-07-18
36 weeks ago
### Added * Added optional Lottie plugin to load Lottie animations * Pull-down refresh plugin supports progress bar effect when dragging * Pull-up additional plug-in support shows that there are no more views * The shortcut jump TabBar is compatible with the case where the root controller is the navigation controller ### Added * 新增可选Lottie插件,可加载Lottie动画 * 下拉刷新插件支持拖动时进度条效果 * 上拉追加插件支持显示暂无更多视图 * 快捷跳转TabBar兼容根控制器为导航控制器的情况
[3.6.2] - 2022-07-14
36 weeks ago
### Added * FWTagCollectionView added selected font configuration ### Added * FWTagCollectionView新增选中字体配置
[3.6.1] - 2022-07-13
37 weeks ago
### Changed * Toast plugin supports controller configuration displayed in the window ### Changed * 吐司插件支持控制器配置显示在window里面
[3.6.0] - 2022-07-11
37 weeks ago
### Changed * Refactor the image plugin to create a view method * Modify the WebView bridge parameter context to weak reference * Compatible with FWFramework 3.6.0 version ### Changed * 重构图片插件创建视图方法 * 修改WebView桥接参数context为weak引用 * 兼容FWFramework 3.6.0版本
[3.5.1] - 2022-07-06
38 weeks ago
### Fixed * Image plugin supports ignore cache option * Fix the problem that the empty interface occasionally displays abnormally * Fix Tabbar controller loading remote image issue ### Fixed * 图片插件支持忽略缓存选项 * 修复空界面偶现显示异常问题 * 修复Tabbar控制器加载远程图片问题
[3.5.0] - 2022-07-04
38 weeks ago
### Added * Added batch registration WebView bridge class method * Migrate some common methods to FWFramework * Compatible with FWFramework 3.5.0 version ### Added * 新增批量注册WebView桥接类方法 * 迁移部分常用方法到FWFramework * 兼容FWFramework 3.5.0版本
iOS

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