RE: +[UINib nibWithNibName:bundle:] and ~iPhone

2011-08-17 Thread Jim Adams
nibWithNibName:bundle:] and ~iPhone I'm seeing some weird difference between Device and Simulator for iPhone. Xcode 3.2.6 Simulator 4.3(8F190) iOS 4.3.38J2) I call UINib* nib = [UINib nibWithNibName: @UserLeagueCell bundle: nil]; on the simulator, this actually seems to return the nib named

Re: +[UINib nibWithNibName:bundle:] and ~iPhone

2011-08-17 Thread glenn andreas
nibWithNibName:bundle:] and ~iPhone I'm seeing some weird difference between Device and Simulator for iPhone. Xcode 3.2.6 Simulator 4.3(8F190) iOS 4.3.38J2) I call UINib* nib = [UINib nibWithNibName: @UserLeagueCell bundle: nil]; on the simulator, this actually seems to return the nib named

Re: +[UINib nibWithNibName:bundle:] and ~iPhone

2011-08-17 Thread Rick Mann
: +[UINib nibWithNibName:bundle:] and ~iPhone I'm seeing some weird difference between Device and Simulator for iPhone. Xcode 3.2.6 Simulator 4.3(8F190) iOS 4.3.38J2) I call UINib* nib = [UINib nibWithNibName: @UserLeagueCell bundle: nil]; on the simulator, this actually seems to return

+[UINib nibWithNibName:bundle:] and ~iPhone

2011-08-16 Thread Rick Mann
I'm seeing some weird difference between Device and Simulator for iPhone. Xcode 3.2.6 Simulator 4.3(8F190) iOS 4.3.38J2) I call UINib* nib = [UINib nibWithNibName: @UserLeagueCell bundle: nil]; on the simulator, this actually seems to return the nib named UserLeagueCell~iPhone.xib. On the