no message

This commit is contained in:
Peter
2017-06-16 12:17:02 +03:00
parent 124e621ee2
commit 38f701bfc9
54 changed files with 1241 additions and 320 deletions

View File

@@ -23,7 +23,7 @@ public final class ContextMenuController: ViewController {
public init(actions: [ContextMenuAction]) {
self.actions = actions
super.init()
super.init(navigationBarTheme: nil)
}
required public init(coder aDecoder: NSCoder) {
@@ -38,7 +38,6 @@ public final class ContextMenuController: ViewController {
}
})
self.displayNodeDidLoad()
self.navigationBar.isHidden = true
}
override public func viewDidAppear(_ animated: Bool) {