1
採取UIAlertView中爲例:我可以讓Xcode垂直自動完成參數嗎?
默認自動完成是這樣的:
[[UIAlertView alloc] initWithTitle:........message:..........delegate:.............
我希望它是這樣的:
[[UIAlertView alloc] initWithTitle:...
message:...
delegate:....
Xcode中能這樣做?
我想知道這一點。 – Marplesoft 2011-08-16 03:21:52