AnthonyWhitakerJr / TapList_iOS

Sample mobile conversion of Kroger's ClickList website.
1 stars 1 forks source link

PlaceholderTextView as Delegate #17

Closed AnthonyWhitakerJr closed 7 years ago

AnthonyWhitakerJr commented 7 years ago

PlaceholderTextView could be its own delegate. Moving the code for handling placeholders to an extension on this class would remove the duplication & boilerplate in controllers.

AnthonyWhitakerJr commented 7 years ago

Reference: http://stackoverflow.com/questions/27652227/text-view-placeholder-swift/28271069#28271069