diff --git a/VDS/Classes/SelfSizingCollectionView.swift b/VDS/Classes/SelfSizingCollectionView.swift index ab81178a..b75e61e4 100644 --- a/VDS/Classes/SelfSizingCollectionView.swift +++ b/VDS/Classes/SelfSizingCollectionView.swift @@ -8,8 +8,8 @@ import Foundation import UIKit +/// UICollectionView subclassed to deal with Changing the size of itself based on its children and layout and changes of its contentSize. @objc(VDSSelfSizingCollectionView) -/// UICollectionView subclassed used to deal with Changing the size of itself based on its children and layout and changes of its contentSize. public final class SelfSizingCollectionView: UICollectionView { //-------------------------------------------------- diff --git a/VDS/VDS.docc/VDS.md b/VDS/VDS.docc/VDS.md index fade2c59..8beb9255 100755 --- a/VDS/VDS.docc/VDS.md +++ b/VDS/VDS.docc/VDS.md @@ -11,12 +11,12 @@ Using the system allows designers and developers to collaborate more easily and ### BaseComponents - ``ButtonBase`` - ``Control`` +- ``EntryFieldBase`` - ``View`` -- ``SelfSizingCollectionView`` - ``SelectorBase`` - ``SelectorItemBase`` - ``SelectorGroupHandlerBase`` -- ``SelectorGroupSelectedHandlerBase`` +- ``SelectorGroupBase`` ### Components - ``Badge`` @@ -28,24 +28,38 @@ Using the system allows designers and developers to collaborate more easily and - ``CheckboxItem`` - ``CheckboxGroup`` - ``Icon`` +- ``InputField`` - ``Label`` - ``Line`` - ``Loader`` +- ``Notification`` - ``RadioBoxItem`` - ``RadioBoxGroup`` - ``RadioButton`` - ``RadioButtonItem`` - ``RadioButtonGroup`` -- ``RadioSwatchGroup`` -- ``RadioSwatch`` - ``Tabs`` +- ``TabsContainer`` +- ``TextArea`` - ``TextLink`` - ``TextLinkCaret`` - ``TileContainer`` - ``Tilelet`` - ``TitleLockup`` - ``Toggle`` +- ``ToggleView`` - ``Tooltip`` +- ``TrailingTooltipLabel`` + +### LabelAttributes +- ``AnyAttribute`` +- ``ActionLabelAttribute`` +- ``ColorLabelAttribute`` +- ``TextStyleLabelAttribute`` +- ``ImageLabelAttribute`` +- ``StrikeThroughLabelAttribute`` +- ``TooltipLabelAttribute`` +- ``UnderlineLabelAttribute`` ### ColorConfiguration - ``Colorable`` @@ -55,3 +69,11 @@ Using the system allows designers and developers to collaborate more easily and - ``KeyedColorConfiguration`` - ``ControlColorConfiguration`` - ``ViewColorConfiguration`` + +### Publishers +- ``UIControlPublisher`` +- ``UIControlSubscription`` + +### Classes +- ``SelfSizingCollectionView`` +