mastodon-ios/Mastodon/Extension/UITabBarController.swift

15 lines
253 B
Swift
Raw Normal View History

2021-04-01 08:39:15 +02:00
//
// UITabBarController.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-3-31.
//
import UIKit
extension UITabBarController {
open override var childForStatusBarStyle: UIViewController? {
return selectedViewController
}
}