Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b6a759be70
commit
db8dd2e711
@ -172,7 +172,7 @@ public class TableViewTestController: UIViewController, Initable, Surfaceable {
|
||||
}
|
||||
|
||||
var items: [MenuComponent] {
|
||||
batch1
|
||||
all
|
||||
}
|
||||
|
||||
var all: [MenuComponent] {
|
||||
@ -193,6 +193,7 @@ public class TableViewTestController: UIViewController, Initable, Surfaceable {
|
||||
MenuComponent(title: "TextLinkCaret", completed: true, viewController: TextLinkCaretViewController.self),
|
||||
MenuComponent(title: "TitleLockup", completed: true, viewController: TitleLockupViewController.self),
|
||||
MenuComponent(title: "Tooltip", completed: true, viewController: TooltipViewController.self),
|
||||
MenuComponent(title: "TrailingTooltip", completed: true, viewController: TrailingTooltipLabelViewController.self),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user