dropbox / zxcvbn-ios

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
223 stars 64 forks source link

Add missing [super awakeFromNib] call #23

Closed aschuch closed 7 years ago

aschuch commented 7 years ago

I was getting the following warning DBPasswordStrengthMeterView.m:47:1: warning: method possibly missing a [super awakeFromNib] call [-Wobjc-missing-super-calls], thus added the missing call to [super awakeFromNib].