Quote:
Originally Posted by kilobytedump
I simply point the Did End On Exit to a dummy piece of code.
Dismisses the keyboard just fine. 
|
code in the viewcontroller.m
-(IBAction)fake

id)sender
{
[passkey resignFirstResponder];
[upc resignFirstResponder];
[registrantId resignFirstResponder];
}
code in the viewcontroller.h
-(IBAction)fake: (id) sender;
in IB pointed my text fields to fileowner fake
PUURFECT thanks for the post