Hello together, I want to get the height of a CGRect-rectangle. I have a simple problem in understanding why these lines return 0 height:
CGRect lalaframe = CGRectMake(10, 30, 45, 50);
NSLog(@"_height of test frame = %d",lalaframe.size.height);
Should be an easy fix... Thanks!