updated dev for background
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b24f90dab7
commit
a85b782e47
@ -27,7 +27,7 @@ class MenuViewController: UITableViewController {
|
||||
MenuComponent(title: "RadioButtonGroup", viewController: RadioButtonViewController.self),
|
||||
MenuComponent(title: "RadioBoxGroup", viewController: RadioBoxGroupViewController.self),
|
||||
MenuComponent(title: "RadioSwatchGroup", viewController: RadioSwatchGroupViewController.self),
|
||||
MenuComponent(title: "TextEntryField", viewController: TextEntryFieldViewController.self),
|
||||
//MenuComponent(title: "TextEntryField", viewController: TextEntryFieldViewController.self),
|
||||
MenuComponent(title: "Toggle", viewController: ToggleViewController.self)
|
||||
]
|
||||
|
||||
|
||||
@ -71,6 +71,7 @@ public class ModelScrollViewController<ModelType: Modelable>: UIViewController,
|
||||
initialSetupPerformed = true
|
||||
setupUpdateView()
|
||||
setup()
|
||||
contentTopView.backgroundColor = Surface.light.color
|
||||
surfacePickerSelectorView.scrollToBottom = { [weak self] in self?.scrollToBottom()}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user