willAnimateFirstHalfOfRotationToInterfaceOrientation not called...

2009-02-25 Thread Oscar Alejandro Alvarado Prieto
Hi, I need swap views when changing from landsacpe to portrait and viceversa. The problem is that willAnimateFirstHalfOfRotationToInterfaceOrientation is not called. Of course I return YES from shouldAutorotateToInterfaceOrientation. I guess the problem should be at nib file but i can't find it. T

non scrolling table view header...

2009-01-14 Thread Oscar Alejandro Alvarado Prieto
Hi, I'm trying to obtain a table header that doesn't disappear when scrolling rows. tableHeader/Footer properties support custom views that scroll with rows and so disappear. Please, anyone knows how to do this? Thanks in advance -- Oscar A. Alvarado _

didReceiveMemoryWarning doesn't release view...

2009-01-12 Thread Oscar Alejandro Alvarado Prieto
Hi there. I'm using a table view controller inside a navigation controller wich is a view controller of a tab bar controller. As I want take care of memory warnings, I put the table view in a separated nib file, setting the file's owner class to my table view controller subclass and all other think