This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xcode for mac help! will chose best answer?
04-29-2013, 01:41 PM
Post: #1
xcode for mac help! will chose best answer?
xcode is saying there is a "Expected Expression" in my parse issue, well here is my code:

//
// MOGViewController.m
// Jai
//
// Created by MistOfGaming68 on 1/19/13.
// Copyright © 2013 MistOfGaming68. All rights reserved.
//

#import "MOGViewController.h"

@interface MOGViewController ()

@end

@implementation MOGViewController

- (void)viewDidLoad
{
[super viewDidLoad];

NSURL *myURL; = [NSURL URLWithStringAngry"http://www.jailbreakme.com"];

NSURLRequest *MyRequest = [NSURLRequest requestWithURL:myURL];

[MyWebView loadRequest:MyRequest];


}

- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}

@end

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
xcode for mac help! will chose best answer? - MICHAEL T - 04-29-2013 01:41 PM
[] - Bob - 04-29-2013, 01:42 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)