IOS 8

Search using UITextField – Tutorial

  Introduction to Search using UITextField – Tutorial: Most of IOS developers implemented Search using UISearchBar but we can also use UITextField as a search bar.  For swift version visit, Search using UITextField in swift3 Tutorial in objective C You can check out UISearchBar implementation from below linkhttps://iostutorialjunction.com/2014/03/iphone-development-search-using.html In this post,we will going to explain steps we […]

Search using UITextField – Tutorial Read More »

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 »

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 »