Open in app

Sign In

Write

Sign In

Abhimuralidharan
Abhimuralidharan

5.1K Followers

Home

About

Sep 26, 2021

allSatisfy in iOS Swift

allSatisfy() method allows us to check if all the elements of a collection satisfy a specific condition.

Allsatisfy

1 min read

allSatisfy in iOS Swift
allSatisfy in iOS Swift
Allsatisfy

1 min read


Sep 22, 2021

How to disable and enable Netskope client on mac ?

To disable, run this on terminal: sudo launchctl unload /Library/LaunchDaemons/com.netskope.stagentsvc.plist To enable: sudo launchctl load /Library/LaunchDaemons/com.netskope.stagentsvc.plist Thanks.

Abhimuralidharan

1 min read

Abhimuralidharan

1 min read


Dec 21, 2020

How to use multiple cocoapod version on same Mac machine.

This article gives a brief idea on how to use multiple pod version on same Mac. — Install a particular pod version on your mac. the following command installs 1.8.4 version sudo gem install cocoapods -v 1.8.4 Install multiple version using the command above. 2. Check installed pod versions gem list — local | grep cocoapods This will list all installed cocoapod versions (I had 1.9.3 installed). …

Cocoapods

1 min read

How to use multiple cocoapod version on same Mac machine.
How to use multiple cocoapod version on same Mac machine.
Cocoapods

1 min read


Oct 26, 2020

Temporary Toast in iOS swift for debugging

Adding a small code snippet in swift to show a temporary toast for debugging purpose. I use it most of the time instead of print statements. —

Toast

1 min read

Toast

1 min read


Oct 18, 2020

Adding pods to nested targets in iOS Xcode

I had this confusion on how to add a dependency to a nested target via Cocoapods. This may helps someone. Here is how I did it. — I had this weird structure in one of my project.

Cocoapods

2 min read

Adding pods to nested targets in iOS Xcode
Adding pods to nested targets in iOS Xcode
Cocoapods

2 min read


Jun 25, 2020

How to find the bundle id of an iOS app in Appstore using iTunes lookup API?

Reference : itunes-store-web-service-search-api Just suppose you want to check the app details of facebook app. For example: https://apps.apple.com/in/app/facebook/id284882215 is the facebook app link in store. Here, 284882215 is the id. Just copy paste the id and use the following URL in your web browser. https://itunes.apple.com/jp/lookup?id=284882215 Note: The jp in the…

ITunes

1 min read

How to find the bundle id of an iOS app in Appstore using iTunes lookup API?
How to find the bundle id of an iOS app in Appstore using iTunes lookup API?
ITunes

1 min read


May 8, 2020

How to delete multiple local Git branches from Sourcetree?

I used to end up having so many local branches in sourcetree branches section which I no longer user. Here is a quick way by which you can delete multiple branches all at once. — One option is to right-click on each branch and delete them. But that is not easy if you have too many branches. 1. Click on your Repository and select Branch option.

Git

2 min read

How to delete multiple local Git branches from Sourcetree?
How to delete multiple local Git branches from Sourcetree?
Git

2 min read


Mar 5, 2020

iOS Interview Questions 🍎

In this article, I will try to add as many Q&A’s related to iOS . I will keep on updating this article. Hope it helps you guys 🙂😉. — Q. Which function can you use on XCTest to clean up after every unit test? A. tearDown: function Q. Which framework has a C-based API to play short, simple sound effects in iOS? A. Sound System Services within the AudioToolbox framework Q. Which technique can be used to fire a completion handler when several asynchronous tasks finish at different times finish using GCD?

IOS

3 min read

iOS Interview Questions 🍎
iOS Interview Questions 🍎
IOS

3 min read


Feb 6, 2020

How to create segues between different storyboards in the same Xcode project using storyboard references| iOS?

This article explains how we can create segues between multiple storyboards in the same Xcode project using storyboard references. — The problem with a single storyboard is that they become complex for larger projects. It is also difficult to maintain and also the source control part becomes a headache as well. …

Storyboard

3 min read

How to create segues between different storyboards in the same Xcode project | iOS?
How to create segues between different storyboards in the same Xcode project | iOS?
Storyboard

3 min read


Mar 14, 2019

iOS Interview Questions 🤯😖😒

In this article, I will try to add as many Q&A’s related to iOS . I will keep on updating this article. Hope it helps you guys 🙂. — 1. Do we have an extension in Objective — C? The answer is YES. 2. Difference between a category and extension in objective C? A category can be declared for any class, even if you don’t have the original implementation source code. A class extension bears some similarity to a category, but it can only be added to a class for which you have the source code at compile time…

Swift

8 min read

iOS Interview Questions 🤯😖😒
iOS Interview Questions 🤯😖😒
Swift

8 min read

Abhimuralidharan

Abhimuralidharan

5.1K Followers

iOS and tvOS developer, dreamer, photographer 🤨

Following
  • tubik

    tubik

  • Paul O'Neill

    Paul O'Neill

  • Aaina jain

    Aaina jain

  • Muralidharan Kathiresan

    Muralidharan Kathiresan

  • JJ

    JJ

See all (47)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech