xcode - How do I log a url with NSlog -
currently trying log url using breakpoint in xcode. it's printing out log message , memory address. log actual url , not memory address.
question: correct way log url in xcode using breakpoints?
i think mean like:
nslog( @"url %@", [yoururl absolutestring]);
Comments
Post a Comment