De-Clutter Gmail Inbox using filters.
One way of organising Gmail Inbox using the Filter option available as part of the settings. Let us say you want to move all your “Amazon” related emails fro...
One way of organising Gmail Inbox using the Filter option available as part of the settings. Let us say you want to move all your “Amazon” related emails fro...
Screenshot app in Mac OS Big Sur is quite useful tool for taking screenshots and screen recording. The default location for saving screenshots and video reco...
Mac users can turn on/off Wifi using option available as part of the Menu bar.  Wifi Menu bar option Add quick action...
Flutter commands can be executed from macOS terminal app after adding the path variable to installation of flutter directory on the local machine. You can se...
If you are using Apple iCloud, the folder sizes are not shown by default when they are not downloaded to your Mac. Doing the following will show all the fold...
One of the common error that occurs in Xcode is “Error were encounted while preparing your device for development. Please check the Devices and Simulators ...
Firebase enables apps with Phone Authentication feature but when testing your app you might have received the following error. We have blocked all reques...
If you are receiving an error “iPhone is not available” when connecting Xcode with iPhone then check iOS version on your iPhone. Make sure it is compatible w...
Here is the code snippet to clear CocoaPods cache then re-download and reinstall all pods. rm -rf “${HOME}/Library/Caches/CocoaPods” rm -rf “`pwd`/Pods/” ...
In this demo, we will be using PDFKit to View and Annotate PDF file. Let us start by selecting a Single View App template and name the project as PDFDemo. ...