1
我在我的應用程序中使用了很多UINavigationControllers。我正在使用UIColor來設置導航條的tintcolor。這按預期工作,但我試圖找到一個簡單的方法來爲所有UINavigationControllers設置默認tintcolor。做這個的最好方式是什麼?它是繼承UINavigationController,還是有更好的?爲UINavigationController設置默認色調的最佳方法
感謝您的幫助。