Peter Peng
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to skip a end brace
I need to declare a method, as following:- (id) initWithName:(NSString *)namewhen I type "(", appcode gives me "()", which is good.But when I finished typing "id", I will be in the center of "( )"... -
Created IDEA Navigation Problem
When I navigate back, i've found the code line that I am navigating back to will always scroll up to the top of my editor screen, instead of staying at the original place.Could anyone tell my how ...