I am new to Xcode and found something disappointing. I select a few lines of code and comment on them. eg,
then I can postpone the code again, and the commented code will look below
now if i try to uncomment the commented code, Xcode produces something like below
// // NSString* u = __txtUsername.text; // // NSString* p = __txtPassword.text;
in fact, instead of deleting // it adds more // at the beginning and removing // from the commented-out reflected code is really frustrating.
Is there any solution for this or did I do something funny?
source share