Runtime Error Handling

Whilst Objective C has try catch error handling it generally is not used as an exception is a programmer error which should be fixed in the code not at run time.

Read More