This code fragment
1 2 3 | |
causes Interface type cannot be statically allocated
But xcode is smart enough to show a tip right away on how to fix it. Just need to change NSURL to NSURL*
This code fragment
1 2 3 | |
causes Interface type cannot be statically allocated
But xcode is smart enough to show a tip right away on how to fix it. Just need to change NSURL to NSURL*