Skip to content

Commit

Permalink
Various minor touchups to the article names and content.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Apr 6, 2011
1 parent c0600db commit 49a9996
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions _pages/faq.mdown
Expand Up @@ -45,12 +45,12 @@ This will happen when you've set up a new project, removed the default nib, and
only use Three20 in your app delegate to present the initial view controllers.

The problem is likely that you haven't declared to your app the name of your
app delegate. To resolve this problem, check out `main.m` in your project.
app delegate. To resolve this problem, open `main.m` in your project.
It's usually in the "Other Sources" folder. Find the following line:

int retVal = UIApplicationMain(argc, argv, nil, nil);

You will need to change the last parameter to a string containing the name of
You will need to change the last nil parameter to a string containing the name of
your app delegate. For example, if your app delegate is declared as "@interface
AppDelegate", you should write:

Expand Down
2 changes: 1 addition & 1 deletion _posts/2010-10-06-Adding-Three20-To-Your-Project.mdown
@@ -1,5 +1,5 @@
---
title: Add Three20 to your Project
title: Introduction
css: grid
---

Expand Down
1 change: 0 additions & 1 deletion _posts/2010-10-06-URL-Based-Navigation.mdown
Expand Up @@ -23,7 +23,6 @@ iPhone interfaces like ^UINavigationController^, ^UITabBarController^, and more.
* [Native parameters](#nativeparams)
* [Troubleshooting](#troubleshooting)
</div>
<div class="clearfix"></div>

Introduction {#intro}
============
Expand Down
4 changes: 4 additions & 0 deletions _posts/2010-10-07-Debugging-With-Three20.mdown
@@ -1,3 +1,7 @@
---
title:Debugging
---

Debugging with Three20
======================

Expand Down
2 changes: 1 addition & 1 deletion _posts/2010-10-15-Editing-A-GitHub-Article.mdown
@@ -1,5 +1,5 @@
---
title: How to Edit a GitHub Article
title: Modifying Articles
---

How to Edit a GitHub Article
Expand Down
6 changes: 3 additions & 3 deletions _posts/2010-10-21-Understanding-Modules.mdown
@@ -1,10 +1,10 @@
---
css: grid
title: About Modules
title: Module Guide
---

About Modules
=============
Module Guide
============

Three20 is composed of several distinct modules that each provide their own set of features.

Expand Down
3 changes: 1 addition & 2 deletions _posts/2010-10-24-Branches-And-Cuts.mdown
@@ -1,5 +1,5 @@
---
title: The Three20 Branching Model
title: Submitting Patches
---

The Three20 Branching Model
Expand All @@ -19,7 +19,6 @@ in-depth discussions about the branching model.
* [Primary Branches](#primarybranches)
* [Making Pull Requests](#pullrequests)
</div>
<div class="clearfix"></div>

Getting Started {#gettingstarted}
---------------
Expand Down
9 changes: 4 additions & 5 deletions _posts/2011-03-10-Xcode4-Support.mdown
@@ -1,5 +1,5 @@
---
title: Xcode 4 Support
title: Xcode 4 Transition Guide
css: grid
---

Expand All @@ -10,10 +10,9 @@ css: grid
Xcode 4 Transition Guide
========================

Apple is pushing for Xcode 4 to be the primary development environment and, as a result,
many of us will transition from Xcode 3.2 to Xcode 4 over the coming weeks. This
guide has been put together by the Three20 team in order to help you migrate your apps to Xcode 4
successfully.
Apple is aiming for Xcode 4 to be the primary iOS development environment and, as a result,
many will need to transition from Xcode 3.2 to Xcode 4. This guide has been put together in
order to help you migrate your apps to Xcode 4 successfully.

What you need to do
-------------------
Expand Down

0 comments on commit 49a9996

Please sign in to comment.