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 […]
Complete and Partial Override Implementation in Swift.
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 […]
Debugging technique for swift programming language using xCode.
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 […]
Why apple didn’t provided isTimeZoneAutomatic() method?
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 […]
extensionContext is nil from a presented view controller
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 […]
SMS pin code UIView for Storyboard on Xcode
Are you looking for library which simply embeds UITextField from your own design done in storyboard? Well, then you are right place. Just download this repo and you will get an […]
How to save UIBezierPath in UserDefaults in swift.
If you want to save BezierPath in user defaults, here is the code you could find helpful. You might want to do this while creating drawing iOS application where you […]