velikanov / SwiftPasscodeLock

An iOS passcode lock with TouchID authentication written in Swift.
MIT License
199 stars 52 forks source link

Correct typos #9

Open velikanov opened 8 years ago

velikanov commented 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

https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/PasscodeLockViewController.swift#L228

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)

ziogaschr commented 8 years ago

Nice one for v2.0 indeed. We can create a migration guide for v2.0 then.