From 5c4ba04e2c2095166bd902114d2d06d1056aec76 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Mon, 22 Oct 2018 15:44:47 +0300 Subject: [PATCH] LegacyConfigurableController PassCode fix --- .../Controllers/PassCode/View/BasePassCodeViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Controllers/PassCode/View/BasePassCodeViewController.swift b/Sources/Controllers/PassCode/View/BasePassCodeViewController.swift index 61032b9..4a8e378 100644 --- a/Sources/Controllers/PassCode/View/BasePassCodeViewController.swift +++ b/Sources/Controllers/PassCode/View/BasePassCodeViewController.swift @@ -288,7 +288,7 @@ open class BasePassCodeViewController: UIViewController, LegacyConfigurableContr open func addViews() {} - open func setAppearance() {} + open func configureAppearance() {} open func configureBarButtons() {}