General Middleware

Create React Router from scratch

React router is a very important module. It helps to create the different URL paths […]

General Middleware

Use Redux Store in Functional Components

The most important aspect of React is the State. Greater the flexibility to store and […]

General Middleware

How to create a Share Extension in Swift

When other apps want to share data to your app, you need a Share Extension. […]

General Middleware

Fetch User Contacts with CNContactPickerDelegate in Swift

Follow below steps to pop the Contacts List and choose one from there. Import ContactsUI […]

General Middleware

How to handle Dark Mode in Swift

Apple introduced a new mode called “Dark Mode” from iOS 13.0 onwards. Users can easily […]

General Middleware

Add a Share Button in your IOS App in Swift Xcode

When you want to share a media to other apps on the device, you need […]

General Middleware

Implement Sliding images in Swift Xcode

Use the ImageSlideShow module to implement the sliding images. Download and install the cocoa pod […]

General Middleware

Setup Cocoa Pods for IOS Apps

Cocoa Pods is a platform that provides a seamless method to install, update and uninstall […]

General Middleware

Implement ScrollView in Swift Xcode

Below code will layout 3 images in a scrollview. The basic steps are: Create a […]

General Middleware

Enable Pinch Zoom in your photos in Swift Xcode

Open Xcode and create a new project Go to Main.storyboard, and add an UIImageView Object […]