[aerogear-dev] Xcode getting started

Deepali Khushraj dkhushra at redhat.com
Wed Nov 21 19:49:25 EST 2012


Hi,

All steps in the guide worked well, except for one manual change, without which I was getting a runtime error:

In didFinishLaunchingWithOptions of AGAppDelegate.m, I had to manually change the line:
from:	self.viewController = [[AGViewController alloc] initWithNibName:@"AGViewController" bundle:nil];
to:     self.viewController = [[AGViewController alloc] initWithStyle:UITableViewStylePlain];

It'd be great if this change is reflected in the guide: http://aerogear.org/docs/guides/GetStartedwithAeroGearandXcode/

Thanks!
Deepali.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20121121/29baa278/attachment.html 


More information about the aerogear-dev mailing list