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.swift
import for SwiftUI depending on platform
Release 0.0.13
Added
- Add
UIApplication+Window.swift
to get the firstwindow
androotViewController
from theconnectedScenes
Release 0.0.12
Added
- Add
View+ConditionalModifier.swift
extension with condition to apply the modifier to the view
Release 0.0.11
Added
- Add
NotificationCenter+Utils.swift
extension with observer functions without passing object
Release 0.0.10
Updated
- Update
UIView+Pin.swift
to 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.swift
extension with a function to remove all arranged subviews