You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
animatePlacehodlerAtIndex should be animatePlaceholderAtIndex
unfortunately, fixing this will break backward compatibility in the case when users have created their own States or Configurations (they probably will)
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockStateType.swift#L18
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockConfigurationType.swift#L17
maximumInccorectPasscodeAttemptsshould bemaximumIncorrectPasscodeAttemptshttps://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/PasscodeLockViewController.swift#L228
animatePlacehodlerAtIndexshould beanimatePlaceholderAtIndexunfortunately, fixing this will break backward compatibility in the case when users have created their own States or Configurations (they probably will)