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: "RadioButtonGroup", viewController: RadioButtonViewController.self),
|
||||||
MenuComponent(title: "RadioBoxGroup", viewController: RadioBoxGroupViewController.self),
|
MenuComponent(title: "RadioBoxGroup", viewController: RadioBoxGroupViewController.self),
|
||||||
MenuComponent(title: "RadioSwatchGroup", viewController: RadioSwatchGroupViewController.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)
|
MenuComponent(title: "Toggle", viewController: ToggleViewController.self)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -71,6 +71,7 @@ public class ModelScrollViewController<ModelType: Modelable>: UIViewController,
|
|||||||
initialSetupPerformed = true
|
initialSetupPerformed = true
|
||||||
setupUpdateView()
|
setupUpdateView()
|
||||||
setup()
|
setup()
|
||||||
|
contentTopView.backgroundColor = Surface.light.color
|
||||||
surfacePickerSelectorView.scrollToBottom = { [weak self] in self?.scrollToBottom()}
|
surfacePickerSelectorView.scrollToBottom = { [weak self] in self?.scrollToBottom()}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user