venmo / VENTokenField

Easy-to-use token field that is used in the Venmo app.
MIT License
794 stars 195 forks source link

call super resignFirstResponder #52

Closed walsh2000 closed 9 years ago

walsh2000 commented 9 years ago

According to iOS documentation: If you override this method, you must call super (the superclass implementation) at some point in your code.

This silences a static analyzer warning: ./Pods/VENTokenField/VENTokenField/VENTokenField.m:77:1: The resignFirstResponder instance method in UIResponder subclass VENTokenField is missing a [super resignFirstResponder] call

ayanonagon commented 9 years ago

Nice catch, thank you for this. :+1: