updated docs and comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
971c6f6055
commit
bb158f506f
@ -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 {
|
||||
|
||||
//--------------------------------------------------
|
||||
|
||||
@ -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``
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user