All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix warnings in
NotificationCenter+Utils
- Add platforms to package
- Fix
View+ConditionalModifier.swift
import for SwiftUI depending on platform
- Add
UIApplication+Window.swift
to get the firstwindow
androotViewController
from theconnectedScenes
- Add
View+ConditionalModifier.swift
extension with condition to apply the modifier to the view
- Add
NotificationCenter+Utils.swift
extension with observer functions without passing object
- Update
UIView+Pin.swift
to force auto layout usingtranslatesAutoresizingMaskIntoConstraints
- Add
removeArrangedSubviews(_ views: [UIView])
onUIStackView+Subviews.swift
- Update
ContainerCollectionViewCell
's viewAttached from public to open to enable override in modules
- Add
UIStackView+Subviews.swift
extension with a function to remove all arranged subviews
- Add tests to
UIView+Pin.swift
- Add new functions to
UIView+Pin.swift
in order to pin to a specific view
- Update
UIButton+AllState.swift
by adding the possibility to reset images for all states
- Add custom margins to
pinToSuperviewEdges(:)
- Add all states for UIButton
- Add initial Qit implementation