Closed Megal closed 5 years ago
Нашли решение проблемы, изменили реализацию в след функции:
@@ -59,7 +59,12 @@ private extension NewChatViewController {
attributes.navigationBarTintColor = UIColor.darkText
Threads.setAttributes(attributes)
- Threads.show(in: view, parentController: self, bottomSpacing: self.tabBarController?.tabBar.frame.height ?? 0.0)
+ self.navigationItem.rightBarButtonItem?.isEnabled = false
+
+ if self.children.count < 1 {
+ DLog("Adding threads controller")
+ Threads.show(in: view, parentController: self, bottomSpacing: self.tabBarController?.tabBar.frame.height ?? 0.0)
+ }
#endif // !targetEnvironment(simulator)
}
Версия библиотеки 2.43.0
Не работает поиск. При нажатии на кнопку с лупой открывается клавиатура, но не отображается контроллер поиска.
https://monosnap.com/file/oD3fWF4kORuvBCW0ZrsjZWWx864VmB#
Код контроллера: