2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
mastodon-ios/Mastodon/Extension/UITabBarController.swift
2021-04-01 14:39:15 +08:00

15 lines
253 B
Swift

//
// UITabBarController.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-3-31.
//
import UIKit
extension UITabBarController {
open override var childForStatusBarStyle: UIViewController? {
return selectedViewController
}
}