Given (arbitrarily):
CGRect frame = CGRectMake(0.0f, 0.0f, 100.0f, 30.0f);
What\'s the difference between the following two code snippets?<
You can use the first and do "[button retain];", so you will never lose the pointer.