try catch

  1. A

    iOS Question LastException question

    Hi all. I just did a simple test - if I put my code into Try/Catch LastException shows me an error description but doesn't show a line number wher the error happens. If I run my code without Try/Catch it shows (in red in the log) exact line number, error description but the app crashes. My...
Top