From 11df63f2f4c358eff13d148e6718596325b69a71 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Mon, 26 Mar 2018 20:22:45 +0300 Subject: [PATCH] Update --- Sources/Services/BiometricsService.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Services/BiometricsService.swift b/Sources/Services/BiometricsService.swift index cea4147..38af4da 100644 --- a/Sources/Services/BiometricsService.swift +++ b/Sources/Services/BiometricsService.swift @@ -40,12 +40,12 @@ public final class BiometricsService { - parameters: - description: prompt on the system alert - fallback: alternative action button title on system alert - - cancel: cancel Button title on the system alert + - cancel: cancel button title on the system alert - authHandler: callback, with parameter, indicates if user authenticate successfuly */ public func authenticateWithBiometrics(with description: String, - fallback fallbackTitle: String? = nil, - cancel cancelTitle: String? = nil, + fallback fallbackTitle: String?, + cancel cancelTitle: String?, authHandler: @escaping BiometricsAuthHandler) { if #available(iOS 10.0, *) { laContext.localizedCancelTitle = cancelTitle