Showing posts with label New Member. Show all posts
Showing posts with label New Member. Show all posts
Wednesday, June 20, 2012
Beginning Objective-C Programming
Table Of Contents
Chapter One: Introduction to ProgrammingChapter Two: If StatementsChapter Three: Switch StatementsChapter Four: LoopsChapter Five: FunctionsChapter Six: Object-Oriented ProgrammingChapter Seven: Introduction to Foundation and UIKitChapter Eight: Essential Foundation ClassesChapter Nine: How To Create Your Own ClassesChapter Ten: Extending Classes with CategoriesChapter Eleven: Protocols in Objective-CChapter Twelve: Key-Value Coding
Thursday, June 7, 2012
Learn Objective-C: Day 4
Welcome to part four of this series on Objective-C. So far, we’ve looked a lot at theory and the principles and functionality of the language to get a good idea of how it works. Today, we will be making a simple class similar to the car example we looked at in previous parts of this series. Our class will take the details of a car, allowing us to get and set the values held. After today’s example you should be able to create your own classes in Xcode and toy around with them.
So far, we have had some great feedback via email, twitter and comments. Itʼs great to see so many people are interested in this subject and itʼs even better to see that so many of you are trying it out for yourself and asking some great questions. Keep it up!
Learn Objective-C: Day 3
Welcome to part three of this series -I hope youʼre enjoying it! Last week we looked at how we separate classes in to separate files (interface and implementation), this week weʼre going to look at classes again, but a little bit more in depth. Weʼll also take a peak at inheritance and how it works, along with variable scope.
So far, we have had some great feedback via email, twitter and comments. Itʼs great to see so many people are interested in this subject and itʼs even better to see that so many of you are trying it out for yourself and asking some great questions. Keep it up!
Learn Objective-C: Day 2
Welcome to part two of this introductory series on Objective-C. After spending last week reviewing the fundamentals of the C language upon which Objective-C is built, this week we will transition to focusing on what makes Objective-C such a great language for software development. Specifically, we will discuss the fundamentals of Object Oriented Programming (OOP) and demonstrate how to create a class and send messages to objects in Objective-C.
Segment Control
Segment ControlIn this tutorial i will be showing you how to create and use segment controls Features:
- 1 Label
- 1 Segment Control
Friday, May 25, 2012
iPhone App Development Tutorial
Part 1. Content
- Introduction to iPhone Programming
- Getting Setup
- Programming Fundamentals
- Download Links:
Wednesday, May 23, 2012
Change Project Nam -Xcode
For Xcode 4 or later:
- Open a project
- Select Project Navigator
- Highlight project name
- Single click on project name
For Xcode 3:
- Open a project > Menu > Project > Rename ...
Subscribe to:
Comments (Atom)
Popular Posts
-
I spent a long time to config them. so tired, but now it run very good. It's work. Step 1: Download Source PhoneGap at PhoneGap.com...
-
Để chuyển 1 file .app sang .ipa đầu tiên các bận cần có là 1 file .app, trong hướng dẫn mình sử dụng file Tuvi.app 1. Mở xcode len 2. Men...
-
Trong bài này mình sẽ giới thiệu với các bạn về lập trình Socket(bài này mình chỉ nói đến lập trình Socket cho TCP/IP) trong Android. Lập ...
-
Xử lý ngày tháng trong PHP Trừ ngày $date = "2009-03-02"; $new_date = strtotime ( '-2 day' , strtotime ( $date ) ) ; ...