Originally posted by awrootbeer
And for those of you who arn't fans of Spymac, ThinkSecret just posted the same thing.
See All Hayden Panettiere Pics
Hayden Panettiere
Hayden Panettiere
hayden p quickchangersbeauty
Hayden Panettiere
scream4snap Scream 4 Set Photo
Scream 4 Premiere, Hayden
And for those of you who arn't fans of Spymac, ThinkSecret just posted the same thing.
Hy there
I'm actually looking for a wireless router as well
I only want one that enables wireless internet connection so that I dont have to fork out to move my phone line.
Any advice??
Cheers
Jono
hayden panettiere scream 4
Hayden Panettiere and Rory
Scream 4 (2011)
Hayden Panettiere Celebrities
See All Hayden Panettiere Pics
I'm actually looking for a wireless router as well
I only want one that enables wireless internet connection so that I dont have to fork out to move my phone line.
Any advice??
Cheers
Jono
Hi ,
I have in my .xib file two views,
one is the main view that connected to the view outlet from the file's owner and
the second one I named ABC from the code
-IBOutlet UIView *ABC;
my question is how do I call the ABC view from another class if ABC view isn't
connected to the "view" outlet from the file's owner
I can call the main view from another class
LoginRegisterViewController *viewController = [[LoginRegisterViewController alloc] initWithNibName:@"LoginRegisterViewController" bundle:nil];
self.loginRegisterViewController = viewController;
[viewController release];
I have in my .xib file two views,
one is the main view that connected to the view outlet from the file's owner and
the second one I named ABC from the code
-IBOutlet UIView *ABC;
my question is how do I call the ABC view from another class if ABC view isn't
connected to the "view" outlet from the file's owner
I can call the main view from another class
LoginRegisterViewController *viewController = [[LoginRegisterViewController alloc] initWithNibName:@"LoginRegisterViewController" bundle:nil];
self.loginRegisterViewController = viewController;
[viewController release];