UICollectionView scrollToItem Issue and Its Fix(Xcode, iOS 14 and Swift)Apparently there is a new bug in UICollectionView that is causing scrollToItem to not work when paging is enabled. The work around is to…May 13, 20211May 13, 20211
Dismiss(Hide) keyboard on tap outside of TextInput(React Native)Creating form and handling user interaction can be gracefully handled in iOS and Android using Gesture Handlers or using a Library like…Mar 13, 20204Mar 13, 20204
Extension for UIColor Swift 5Extensions are great..if you are an iOS Developer then you are already familiar with extension, it is a great help and i love them a lot…Feb 11, 2020Feb 11, 2020
Disable “Dark Mode” in iOS 13 for your iOS AppiOS 13 is released for public and with that Xcode 1 1 is also released for developers.. iOS 13 has many great features and improvements…Oct 6, 20194Oct 6, 20194
UIActivityViewController (Share Controller) in few lines of code (Swift)In most of the applications we have to share the app link or text or images, so we use this UIActivityViewController to share the data to…Jan 1, 20191Jan 1, 20191
Add gradient to the view(Swift)When you want to give the background color to the view, but you want to add more colors and get the gradient effect, you need to add layer…Dec 18, 20182Dec 18, 20182
Mail Composer in few lines of code(Swift)In most of the applications we have contact us or reach us tab where user can send email to the company or support.Dec 12, 2018Dec 12, 2018
Create environments in iOS app(Swift)So what is environment..??🤔 An environment is a area, scope or place for developing, testing and debugging an application or program.Sep 29, 20181Sep 29, 20181