UICollectionView is a powerful UI component used to display collections of items. It provides a lot of customization options and is widely used in many iOS applications. One of the […]
Stuck on Verifying app – authenticating with the App Store… ??
Are you stuck on verifying app – authenticating with the App Store… If so, you are in the right place to fix the issue. I tried to fix it by […]
Enabling Universal Links for iOS [Laravel]
Universal link basically is to verify that your domain belongs to you so that, if the corresponding link is detected, it can be directly to specific view as required. So, […]
Swift didSet and willSet on properties in Realm doesn’t work?
Are you trying to use didSet and willSet on properties created on realm based classes? Is it working? I think it won’t. If so, you have come to right place. […]
How to trigger a function after certain time once typing ends in Swift?
Hello everyone! Today I am going to show you how you can trigger a method after certain duration which executes only after you stop typing. Well, you might think there […]
Does Google ad use your microphone and listen to you from iPhone and Android?
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 […]
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 […]