Thursday, December 3, 2009

function sytanx in obj c

in .h file
//
-(void)create;


/// in .m file

-(void) create
{
// write here
}



// call function
[self create]; // either in viewDidload() or anywer

No comments:

FEEDJIT Live