mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Add empty ASViewController initializer to facilitate subclassing (#1754)
This commit is contained in:
committed by
Jon Parise
parent
361aa5b5ad
commit
80ffcdfa09
@@ -13,7 +13,7 @@ class OverviewViewController: ASViewController<ASTableNode> {
|
||||
let tableNode = ASTableNode()
|
||||
let layoutExamples: [LayoutExampleNode.Type]
|
||||
|
||||
init() {
|
||||
override init() {
|
||||
layoutExamples = [
|
||||
HeaderWithRightAndLeftItems.self,
|
||||
PhotoWithInsetTextOverlay.self,
|
||||
|
||||
Reference in New Issue
Block a user