Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
[UINavigator] Make it possible to set the root view controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Apr 18, 2011
1 parent 6fa30c7 commit bbce331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Three20UINavigator/Headers/TTBaseNavigator.h
Expand Up @@ -82,7 +82,7 @@ extern NSString* TTBaseNavigatorWillShowPopoverNotification;
/**
* The controller that is at the root of the view controller hierarchy.
*/
@property (nonatomic, readonly) UIViewController* rootViewController;
@property (nonatomic, retain) UIViewController* rootViewController;

/**
* The currently visible view controller.
Expand Down

0 comments on commit bbce331

Please sign in to comment.