|
@@ -155,7 +155,13 @@ class BaseTabbarViewController: NSObject {
|
|
|
[weak self] notification in
|
|
|
self?.setBadge()
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+// let button = UIButton(frame: CGRect(x: 0, y: -100, width: kScreenWidth, height: 100))
|
|
|
+// button.backgroundColor = UIColor.black
|
|
|
+//
|
|
|
+// esTabBarController.tabBar.point(inside: v2, with: UIEvent().touches(for: button))
|
|
|
+//
|
|
|
+// esTabBarController.tabBar.addSubview(button)
|
|
|
|
|
|
return esTabBarController
|
|
|
}
|