Thanks for answering to my message Luke. I'll try selecting the row in the
viewDidLoad method.
Regards,
aa
On May 26, 2010, at 7:34 PM, Luke the Hiesterman wrote:
> Since nibs are loaded lazily, controller.unitTableView is probably nil when
> you call selectRowAtIndexPath:.
>
> Luke
>
> On M
Since nibs are loaded lazily, controller.unitTableView is probably nil when you
call selectRowAtIndexPath:.
Luke
On May 26, 2010, at 5:24 PM, Alejandro Marcos Aragón wrote:
> Hi all,
>
> Can someone tell me why the following code doesn't work?
>
>
> - (void) showInfo {
>
> FlipsideVie
Hi all,
Can someone tell me why the following code doesn't work?
- (void) showInfo {
FlipsideViewController *controller = [[FlipsideViewController alloc]
initWithNibName:@"FlipsideView" bundle:nil];
controller.delegate = self;
NSUInteger indexes[2] = {0,3};
NSI