Epilogue Nowadays a lot of apps are changing their strategy to use of mobile numbers instead of usernames. Revolut is one example, but I believe that even WhatsApp is asking for your mobile number instead of a username to log in. It is reasonable, since the mobile text service (SMS) is a good candidate for ...
I think most of us were absolutely happy when we downloaded the Xcode 9, and started to enjoy the new features. I was happy as well, but my happiness didn’t take long. My face started to turn into a frowning face, immediately after when I wanted to upload my current project to the App Store. ...
Have you ever felt the stress and frustration when your issue navigator is full of warnings and errors? My advice is: Leave your bad feelings behind. Believe or not, compiler warnings and errors are your best friends. Why am I saying this? Because the ability to catch bug, or a possible problem in your code ...
After upgrading from Xcode 7 to Xcode 8, I have just noticed that when I am using the simulator, my debug console is getting full with weird messages. Some of the messages could be interesting, but my concern is that my short NSLog messages tend to be disappear in the surrounding noise. It seems that ...