Subversion Repository Public Repository

Nextrek

Diff Revisions 796 vs 797 for /iOS/SafariArte/trunk/SafariArte/Controllers/MenuVC/MenuVC.m

Diff revisions: vs.
  @@ -17,9 +17,7 @@
17 17 #import "RFRateMe.h"
18 18 #import "TutorialViewController.h"
19 19
20 - #import <EAIntroView/EAIntroView.h>
21 -
22 - @interface MenuVC ()<CustomIOSAlertViewDelegate, EAIntroDelegate> {
20 + @interface MenuVC ()<CustomIOSAlertViewDelegate> {
23 21 NSMutableArray *itemsArray;
24 22 NSArray *imagesForItemsArray;
25 23 NSInteger _presentedRow;
  @@ -212,15 +210,8 @@
212 210 }
213 211
214 212 else if(indexMenu == 4) {
215 - // newFrontController = [[WebViewVC alloc] init];
216 - // newFrontController.title = itemsArray[indexMenu];
217 - //
218 - // DATAMANAGER.menuWebViewURL = [NSURL URLWithString:([[NSUserDefaults standardUserDefaults] objectForKey:@"lang"])];
219 - // NSLog(@"WEB URL: %@", DATAMANAGER.menuWebViewURL);
220 -
221 - // newFrontController = [[WebViewVC alloc] init];
222 - // newFrontController.title = itemsArray[indexMenu];
223 - // DATAMANAGER.menuWebViewURL = [NSURL URLWithString:@"www.tre.it"];
213 + newFrontController = [[TutorialViewController alloc] init];
214 + newFrontController.title = itemsArray[indexMenu];
224 215 }
225 216
226 217 else if(indexMenu == 5) {