Whenever Apple releases new update for the iOS it brings the excitement for all the Apple lovers and they start upgrading their iPhones or iPads with the latest iOS version. Apple announced the iOS 9, Although the end users will have to wait until the end of September or the […]
IOS
iOS 9 features
There was a WWDC conference that took place recently it had amazing announcements for the Apple users, the announcements were basically more about Software rather than Hardware. Our website also has some important details about Ipad, Apple watches and iOS devices. Today we are going to tell you about some […]
How To Fetch and Parse JSON Data — iOS Development
In Previous Tutorials, Tutorial 4 and in Tutorial 5 when we need data we created out local NSArray and accessed it. But mostly in real life application, your data would be on some server and you would access it through web service it can be JSON,SOAP or XML. So, now […]
PhotoMath – Smart Camera Calculator that Rocks at App store
Are You tired of Solving long Mathematical expressions, if Yes then here is solution for you PhotoMath is mobile application that reads and solves mathematical expressions by using the mobile device camera at run time. It makes math easy and simple, It also educates users how to solve math problems. […]
How to increase the Battery Life on Apple iOS 8
You can increase the Battery Life on iOS8 Apple announced its iOS 8 with its new iPhone 6 and iPhone 6 plus. The both new smart phones are state of the art and the best of the Apple so far, with their great camera, smart and competing size and also […]
Working with UIScrollView, UITextField and UIPickerView in Xcode5
ScrollView UIScrollView allows us to add the content in it which can be more than the bounds of our screen. Let suppose we only 15 Labels fit in our screen than using scroll view we can add and see more than it will fit in the View bounds. Lets start […]
How to develope a Tableview – iOS Development with Xcode
Table View In Tutorial 3, We Added another View to Storyboard now come to Tableview. Table view one of the mostly used Tools during iOS development. As the name suggests Table view is used to show a listing of similar data in an organized manner.In blows screenshot you can see […]
iOS Development with Xcode – 3
Adding another View to Storyboard In Tutorial 2, We createt UI Objects by code and worked on UIButtons and labels now lets add another View to Storyboard. In real life application you would definitely need more than one View to make your application and in Xcode 5 its very easy […]
iOS Development with Xcode – 2
In Tutorial 1 of iOS Development with Xcode We covered some basic concepts and we Simply made a little Label and wrote our desired text Hello World in it. Now let Write something else in this Label by code. First enable split View in our Xcode as shown in the […]
iOS Development with Xcode – 1
With the first successful launch of Apple Store, iOS development became a charm for every software engineer. Developing a small application for iPhone and getting paid for your efforts worths giving a shot. Alot of people having little or more IT background try to learn iOS development and it has […]