Hacker News new | ask | show | jobs
by mdeicaza 6116 days ago
The code that you showed is automatically generated from the XIB file, the user never has to type it.

When you discuss the @property compiler directive, you did not show the generated code, instead you opted to show the shortcut.

With MonoTouch there is no need for any shortcuts; The entire backing store to any outlets are compiler generated.