Quote:
Originally Posted by TapTouchClick
yeh, its super easy. In the didSelectRowAtIndexPath
NSString *fileName = [NSString stringWithFormat:@"%i.txt",indexPath.row];
|
Thanks for the response,
i dont fully understand what you mean.
Do i just need to input that line of code and change the file name to my filename?