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 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 {
//--------------------------------------------------

View File

@ -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``