Best way to clear a UITextField
Personally I would think less of the memory usage here and more on code-maintainability. To me, It makes sense that a label always has a string. In the future someone might try to append a labels value, save it in a database, wrap it in xml, etc. An empty NSString in this case makes much … Read more