All notable changes to QuickConstraint project.
Added
- Missing multiplier for dimension constraint set
Added
- Missing documentation
- Possibility to set height/width/size of the view based on another view's width/height/size
Added
- Source code formatting using
swiftlint
Changed
activate
/deactivate
functions withactivated
/deactivated
computed properties
Fixed
- UICollectionViewCell reusableIdentifier property moved up to UICollectionReusableView
Changed
- UIStackView initializers now have default values for alignment and distribution
Fixed
- Build for macOS platform
Added
- UICollectionView extension
Changed
- Minimum iOS/tvOS version to 10
Margin
struct and returned to usingCGFloat
value
Removed
- Carthage/CocoaPods support
Changed
toSafeArea
totoSafeAreaOf
Added
- Swift 5.3 support
Changed
- Code organization
Added
- Xcode 12 builds in CI pipeline
Changed
- Rearranged Demo project path
- osx deployment target to 10.14 in podspec
Removed
- Obsolete targets from the project
Fixed
- Shown project version in documentation
Fixed
Package.swift
to use version 10.14 for the macOS platform- Incorrect QuickConstraint target version (v0.3.2 -> v0.4.1)
Changed
- activated/deactivated properties to functions with discardable results
Fixed
- Access modifiers for activated/deactivated properties not accessible outside of framework
Added
- Margin enum for encapsulating primitive conversion to CGFloat
- Ability to pin views to the corners of parent view: top leading/top trailing/bottom leading/bottom trailing
- Demos folder
- Added
isActive
parameter forpin
functions - Added
activated
anddeactivated
properties for easier way to activate/deactivate constraints
Fixed
- Generating documentation
- Supported platforms in podspec file
Added
- Carthage support
- tvOS support
- API documentation
- macOS support
- Added documentation files
Added
- Pinning view directly to the parent view
- Centering view in the parent view
- Simple sizing constraints
- Simple UIStackView initialization
- Pinning opposite constraints: top <-> bottom, leading <-> trailing