updated docs and comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-29 08:51:13 -05:00
parent 971c6f6055
commit bb158f506f
2 changed files with 27 additions and 5 deletions

View File

@ -8,8 +8,8 @@
import Foundation import Foundation
import UIKit 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) @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 { public final class SelfSizingCollectionView: UICollectionView {
//-------------------------------------------------- //--------------------------------------------------

View File

@ -11,12 +11,12 @@ Using the system allows designers and developers to collaborate more easily and
### BaseComponents ### BaseComponents
- ``ButtonBase`` - ``ButtonBase``
- ``Control`` - ``Control``
- ``EntryFieldBase``
- ``View`` - ``View``
- ``SelfSizingCollectionView``
- ``SelectorBase`` - ``SelectorBase``
- ``SelectorItemBase`` - ``SelectorItemBase``
- ``SelectorGroupHandlerBase`` - ``SelectorGroupHandlerBase``
- ``SelectorGroupSelectedHandlerBase`` - ``SelectorGroupBase``
### Components ### Components
- ``Badge`` - ``Badge``
@ -28,24 +28,38 @@ Using the system allows designers and developers to collaborate more easily and
- ``CheckboxItem`` - ``CheckboxItem``
- ``CheckboxGroup`` - ``CheckboxGroup``
- ``Icon`` - ``Icon``
- ``InputField``
- ``Label`` - ``Label``
- ``Line`` - ``Line``
- ``Loader`` - ``Loader``
- ``Notification``
- ``RadioBoxItem`` - ``RadioBoxItem``
- ``RadioBoxGroup`` - ``RadioBoxGroup``
- ``RadioButton`` - ``RadioButton``
- ``RadioButtonItem`` - ``RadioButtonItem``
- ``RadioButtonGroup`` - ``RadioButtonGroup``
- ``RadioSwatchGroup``
- ``RadioSwatch``
- ``Tabs`` - ``Tabs``
- ``TabsContainer``
- ``TextArea``
- ``TextLink`` - ``TextLink``
- ``TextLinkCaret`` - ``TextLinkCaret``
- ``TileContainer`` - ``TileContainer``
- ``Tilelet`` - ``Tilelet``
- ``TitleLockup`` - ``TitleLockup``
- ``Toggle`` - ``Toggle``
- ``ToggleView``
- ``Tooltip`` - ``Tooltip``
- ``TrailingTooltipLabel``
### LabelAttributes
- ``AnyAttribute``
- ``ActionLabelAttribute``
- ``ColorLabelAttribute``
- ``TextStyleLabelAttribute``
- ``ImageLabelAttribute``
- ``StrikeThroughLabelAttribute``
- ``TooltipLabelAttribute``
- ``UnderlineLabelAttribute``
### ColorConfiguration ### ColorConfiguration
- ``Colorable`` - ``Colorable``
@ -55,3 +69,11 @@ Using the system allows designers and developers to collaborate more easily and
- ``KeyedColorConfiguration`` - ``KeyedColorConfiguration``
- ``ControlColorConfiguration`` - ``ControlColorConfiguration``
- ``ViewColorConfiguration`` - ``ViewColorConfiguration``
### Publishers
- ``UIControlPublisher``
- ``UIControlSubscription``
### Classes
- ``SelfSizingCollectionView``