I am really getting tired of this:
I have a simple UIView called statesComboxBox. I have connected it on the IB using interface builder. I run the following line inside viewDidAppear method and it prints out zero.
NSLog(@"%f",self.statesComboBox.frame.size.width);
I am lost.. completely lost!
NOTE:
I am using Storyboards with Auto Layouts in iOS 6