I have an UIView that is set to autoresize depending the partent view, The problem is that the frame returns the original size even when it is autoresized.
- (void)awakeFromNib{
NSLog(@"%@", NSStringFromCGRect(self.frame));}
it is returns the original size!