Xcode

Install CocoaPods for Xcode (Objective c and swift )

CocoaPods is the dependency manager for the projects in xcode. It has number of libraries and can help you scale your projects easily. CocoaPods is built with Ruby and is installable with the default Ruby available on your mac machine. The main advantage of Cocoapods is that the libraries are hosted on other machine and […]

Install CocoaPods for Xcode (Objective c and swift ) Read More »

Create custom UIPageViewController – objective C

UIPageControl in IOS is a control that is used mostly in help screens or info screens for IOS apps. In this we are going to create a small tutorial for custom UIPageControl using UIScrollView and UIPagecontrol in which we will change background color of UIImageView as per page number selected by user on tapping on UIPageControl

Create custom UIPageViewController – objective C Read More »

Pull Code from Bitbucket repository to MacBook

To Pull code from a repository to your MacBook you have to follow below steps Open up a terminal. Create a folder so that you can track where you want to pull code from BitBucket. If already have folder, then navigate to it using the command ‘cd‘ Apples-MacBook:~ apple$ cd Desktop Apples-MacBook:Desktop apple$ mkdir PulledCodeFromBitBucket Apples-MacBook:Desktop

Pull Code from Bitbucket repository to MacBook Read More »

Integrate Applovin banner ad in IOS

Applovin SDK for monetization of smartphone is an another better alternative for the app developers. Recently I got a project and my Project manager asks me to integrate different ad networks that are available for smartphone app monetization. So when I started integrating Applovin SDK, I comfortably integrated popover ads, but had some tough ask when adding a banner

Integrate Applovin banner ad in IOS Read More »

UIActivityViewController IOS Tutorial

In this tutorial, we will learn about UIActivityViewController, is another nice way for providing user’s with lot of options to do with your app document such as image, text etc. and to share documents via Airdrop, printing document etc. It much more like UIDocumentInteractionController, but offers developer a more control than UIDocumnetInteractionController. If you are not familiar

UIActivityViewController IOS Tutorial Read More »