UIViewController

extension UIViewController
  • This recursively localizes what it can, in the view hierarchy, starting at the given view.

    Declaration

    Swift

    @MainActor
    func localizeStuff(_ inView: UIView? = nil)

    Parameters

    inView

    The starting view.