iOS Tips
This thread will be updated every time I find some usefull quick tip. It is usually great idea to have some notepad to write some tips so you can later access it when you need. I will be creating sections when needed.
DATA VERIFICATION
1. One can verify plist file, if the structure is right by using
plutil myfile.plist
DEBUGGING
1. Enabling debbuging of all messages that are sent in our application.
Call