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 […]
Author: Tauqeer Ahmed
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 […]