tristanhimmelman / THContactPicker

An iOS view used for selecting contacts. This view is inspired by the contact selection in the iOS Mail and Messages apps
MIT License
663 stars 173 forks source link

Fix warning: use @dynamic for id <THContactTextFieldDelegate>delegate #39

Closed tomaskraina closed 9 years ago

tomaskraina commented 9 years ago

In Xcode 6.3 I gets the following warning:

/THContactPicker/Classes/THContactTextField.h:21:62: Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its superclass, use @dynamic to acknowledge intention

warning screenshot