Open velikanov opened 8 years ago
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockStateType.swift#L18
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockConfigurationType.swift#L17
maximumInccorectPasscodeAttempts should be maximumIncorrectPasscodeAttempts
maximumInccorectPasscodeAttempts
maximumIncorrectPasscodeAttempts
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/PasscodeLockViewController.swift#L228
animatePlacehodlerAtIndex should be animatePlaceholderAtIndex
animatePlacehodlerAtIndex
animatePlaceholderAtIndex
unfortunately, fixing this will break backward compatibility in the case when users have created their own States or Configurations (they probably will)
Nice one for v2.0 indeed. We can create a migration guide for v2.0 then.
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockStateType.swift#L18
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockConfigurationType.swift#L17
maximumInccorectPasscodeAttempts
should bemaximumIncorrectPasscodeAttempts
https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/PasscodeLockViewController.swift#L228
animatePlacehodlerAtIndex
should beanimatePlaceholderAtIndex
unfortunately, fixing this will break backward compatibility in the case when users have created their own States or Configurations (they probably will)