i'm trying to create an application using three20 but i'm having issue to set the root viewcontroller for the TTnavigator.
this is the mapping code
TTURLMap* map = navigator.URLMap;
[map from:@"*" toViewController:[TTWebController class]];
[map from:@"tt://root/(loadFromNib:)/(withClass:)" toViewController:[MainViewController class]];
clearly i'm doing something wrong
thanks in advance :)