Re: iPhone: load cell from XIB slows down tableview?

2010-01-04 Thread Tony Ingraldi
an issue, but iterating over the objects in the XIB can be avoided by adding an outlet connected to the custom cell to your class that owns the XIB. I've got a sample project that demonstrates this available at http://majestysoftware.com/code/CustomCellFromNib.zip The project wa

Re: Landscape view drawing as if in portrait mode

2009-12-31 Thread Tony Ingraldi
Ian, Are you saying that the view is drawing in the proper orientation but it isn't filling the width of the landscape display? If this is the case, I would have a look at the autoresizing mask settings for the problematic view(s). -- Tony Ingraldi http://www.majestysoftware.com/