How to Handle SIGKILL,SIGABRT, Signal-0 exceptions through Exception Handling in iPhone programming
问题 I have to catch the exception when SIGKILL , SIGABRT , Signal-0 exceptions are raised. Please Suggest how to handle the above Signals through Exception handling. Can you please suggest me any sample code to do this? Thanks in advance. 回答1: developers with java and C# background are bound to go for exception handling in iOS. Apple has some really good API's to solve the known errors but the program should be made exception free(which i know is difficult). Sigabrt usually occurs when u over