Hi,
I have global string in the class. And init it like this(in the (id)init):
When I call this string in the other method it seems to be invalid pointer.
What is wrong?
Thank you
I have global string in the class. And init it like this(in the (id)init):
PHP:
filePath = [documentsDirectoryPathstringByAppendingPathComponent:USER_SETTINGS_PLIST_NAME];
When I call this string in the other method it seems to be invalid pointer.
What is wrong?
Thank you