yankodimitrov / SwiftPasscodeLock

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

Memory leak when passcodes don't match. #44

Closed diogoguimaraes closed 8 years ago

diogoguimaraes commented 8 years ago

I noticed that PasscodeLock adds a new UIVisualEffectView each time the passcodes don't match, which means that if I fail to match the passcodes while setting a new passcode the app will keep adding subviews until it runs out of memory.

Can you please check it out? Thanks.

diogoguimaraes commented 8 years ago

My bad, the issue was on my side.