This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Releases: qoqa/Qit
Releases · qoqa/Qit
Release 0.0.16
Fixed
- Fix warnings in
NotificationCenter+Utils
Release 0.0.15
Added
- Add platforms to package
Release 0.0.14
Fixed
- Fix
View+ConditionalModifier.swiftimport for SwiftUI depending on platform
Release 0.0.13
Added
- Add
UIApplication+Window.swiftto get the firstwindowandrootViewControllerfrom theconnectedScenes
Release 0.0.12
Added
- Add
View+ConditionalModifier.swiftextension with condition to apply the modifier to the view
Release 0.0.11
Added
- Add
NotificationCenter+Utils.swiftextension with observer functions without passing object
Release 0.0.10
Updated
- Update
UIView+Pin.swiftto force auto layout usingtranslatesAutoresizingMaskIntoConstraints
Release 0.0.9
Added
- Add
removeArrangedSubviews(_ views: [UIView])onUIStackView+Subviews.swift
Release 0.0.8
- Update
ContainerCollectionViewCell's viewAttached from public to open to enable override in modules
Release 0.0.7
- Add
UIStackView+Subviews.swiftextension with a function to remove all arranged subviews