Hi Guys,
So, while writing some code this morning - I have noticed the
Doesn't show up in the jump bar at the top of the file.
However if I do this:
This then shows up in the jump bar - I'm sure it's not meant to be like this through?
Any thoughts?
Thanks Gents,
So, while writing some code this morning - I have noticed the
Code:
#pragma mark - myPragmaMark
Doesn't show up in the jump bar at the top of the file.
However if I do this:
Code:
-(void)someMethodName
{
#pragma mark - myPragmaMark
//Some code for the method
}
This then shows up in the jump bar - I'm sure it's not meant to be like this through?
Any thoughts?
Thanks Gents,