Comment on "
A Roadmap Through Cocoa
"
by Rob — Jan 31
Is there an equivalent to the following in Xcode:
try
{ do something that can fail }
on error
{ do error alert or do nothing }
Back to "
A Roadmap Through Cocoa
"
Copyright © Scott Stevenson 2004-2015
by Rob — Jan 31
try
{ do something that can fail }
on error
{ do error alert or do nothing }