TTNavigator: How to pass a parameter to a custom UIWebView?

Instead of trying to pass in the URL as a param in the TTURL, I think you might find it easier to create a class that extends TTWebController that would allow you to do whatever customizations you need to do. Then you would map the web URLs you want to go to that page to load up your custom controller.

Instead of trying to pass in the URL as a param in the TTURL, I think you might find it easier to create a class that extends TTWebController that would allow you to do whatever customizations you need to do. Then you would map the web URLs you want to go to that page to load up your custom controller So your new class would like this: @interface CustomWebController : TTWebController { } @end @implementation CustomWebController // Customizations } @end and then you would add a mapping to your TTURLMap map from:@"google.it" toViewController: CustomWebController class; and your launcher item TTLauncherItem alloc initWithTitle: @"Online" image: @"bundle://safari_logo. Png" URL: @"google.it".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions