Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Releases: qoqa/Qit

Release 0.0.16

17 Jan 12:00
1b35a0c

Choose a tag to compare

Fixed

  • Fix warnings in NotificationCenter+Utils

Release 0.0.15

13 Jan 12:29
79aa202

Choose a tag to compare

Added

  • Add platforms to package

Release 0.0.14

12 Jan 16:56
7d4e26d

Choose a tag to compare

Fixed

  • Fix View+ConditionalModifier.swift import for SwiftUI depending on platform

Release 0.0.13

09 Jan 14:09

Choose a tag to compare

Added

  • Add UIApplication+Window.swift to get the first window and rootViewController from the connectedScenes

Release 0.0.12

19 Dec 10:45
00b0949

Choose a tag to compare

Added

  • Add View+ConditionalModifier.swift extension with condition to apply the modifier to the view

Release 0.0.11

09 Nov 10:29
959f169

Choose a tag to compare

Added

  • Add NotificationCenter+Utils.swift extension with observer functions without passing object

Release 0.0.10

08 Nov 10:13

Choose a tag to compare

Updated

  • Update UIView+Pin.swift to force auto layout using translatesAutoresizingMaskIntoConstraints

Release 0.0.9

09 Sep 13:24
b689a7a

Choose a tag to compare

Added

  • Add removeArrangedSubviews(_ views: [UIView]) on UIStackView+Subviews.swift

Release 0.0.8

08 Sep 14:19

Choose a tag to compare

  • Update ContainerCollectionViewCell's viewAttached from public to open to enable override in modules

Release 0.0.7

06 Sep 12:43

Choose a tag to compare

  • Add UIStackView+Subviews.swift extension with a function to remove all arranged subviews