我有TabBarController具有自定義中心按鈕(UIButton)。此處的目標是在用戶從其他ViewController返回到TabBarController時爲其不透明度設置動畫。UINavigationController - 獲取交互式流行手勢識別器進度
所以我想要實現的是開始動畫中心按鈕的不透明度從0到1,具體取決於「遠」用戶已被刷過。 我使用interactivePopGestureRecognizer
,所以從邊緣「進度」檢測刷卡將是我的情況的理想選擇。
或者還有其他方法嗎?也許檢測到topViewController的可見性?
@BangOperator它是UIButton而不是UITabBarItem。 – ZassX
@BangOperator UITabBarController是root。它有許多孩子,都有自己的UINavigationController。就這樣。 – ZassX