Aman Aggarwal

NSMutableAttributedString iOS Tutorial

Note: NSMutableAttributedString in swift Tutorial IOS NSMutableAttributedString is a great asset to IOS development that allows developer to customize UILable text at certain positions. In this we will learn, how to use NSMutableAttributedString in IOS. Let us say, i want my string to be displayed as You are looking at attributed string. To achieve this, i have […]

NSMutableAttributedString iOS Tutorial 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 »

Upload different binary to iTunes for same version of the app

With new iTunes interface a lot of things changed. You can upload your app either from 1) Application loader 2) Direct form Xcode as archive. After uploading you can chose it from Build section of app detail page in iTunes connect dashboard. At this moment all things goes in a good way for you. But

Upload different binary to iTunes for same version of the app 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 »

UITabBarItem image gets scaled when tapping on it continuously

Recently while I am working on an app that was initially developed by one of my friend. In IOS 8, we encountered a bug that when tapping on a tab for 5-6 times, the UITabBarItem image gets scaled itself and when we tap on other tab it restores itself to default satiate. Shown in picture given below

UITabBarItem image gets scaled when tapping on it continuously Read More »