[futurebasic] Re: [FB] SetAccessoryView (was Sandboxing)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2012 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Mon, 9 Jan 2012 08:14:01 +1300
Robert Covington wrote:

> could use other finessing

To keep the Objective-C nitpicking style police from your door, change:
   id myController = [[PopController alloc]init];
to:
   PopController *myController = [[PopController alloc] init];

Robert P.