New Features:
-
IBMeasure Namespace:
- Introduced the
IBMeasure
namespace for tools that assist in measuring distances between views. - Added methods:
printVerticalDistance
printHorizontalDistance
- Introduced the
-
IBDebug Enhancements:
- Added a new argument,
borderColor
, to theIBDebug
tool. - Updated the static method:
showFrames(of:borderColor:includeGivenView:includeUIKitPrivateViews:)
to include the new argument.
- Added a new argument,
-
GitHub Actions Workflow:
- Added a new workflow,
swift-create-sign-upload-xcframework
, which builds, signs, and uploads an XCFramework for therelease.created
trigger.
- Added a new workflow,