Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created November 13, 2014 14:29
Show Gist options
  • Save spotlessicode/d02e0d66a55843eced6d to your computer and use it in GitHub Desktop.
Save spotlessicode/d02e0d66a55843eced6d to your computer and use it in GitHub Desktop.
@implementation ViewController
@synthesize TextField1, TextField2;
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.TextField1.placeholder = @"I am TF 1";
self.TextField2.placeholder = @"I am TF 2";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment