Now a days you can see there are lots of iPhone and Android applications out there in play store and app store where you can download apps and games free […]
Now a days you can see there are lots of iPhone and Android applications out there in play store and app store where you can download apps and games free […]
Hello guys, Let me tell you something regarding overriding which might be helpful to you guys. Basically, override is used within derive class where you want to use parent class’s […]
As an iOS developer you might have used lots of technique while dealing with issues on apps. There are many debugging tools and techniques that you can use. But today […]
As a developer, you might sometime want to have a method which will let you know if the user has changed the system time or not. This method will be […]
You can record iPhone screen using QuickTime Player. But sometimes you might forget to uncheck microphone and start recording iPhone. Later you recognized that you have recorded audio as well. […]
Hello guys. Today I am going to tell you how to detect if the device is locked or not from today extension or some people call it widget. Apple has […]
This my experience regarding using Eddystone beacon. I purchased eddystone beacon from ebay and tried to integrate with my iOS application. I used this beacon to identify certain location. For […]
I created this post when I got and issue on trying to clear UserDefault values. Here is my problem scenario. Trying to save if user is logged in or not […]
At time when you are wokring in today extension you will face this issue where self.extensionContext.open doesn’t work or let’s say self.extensionContext is nil from presented view controller. Initially I […]