frame puzzle
frame puzzle
- Subject: frame puzzle
- From: David Rowland <email@hidden>
- Date: Thu, 22 Aug 2013 13:05:20 -0700
CGRect tframe = CGRectMake(12, 12, 100, 100);
[appDelegate.buttonController.rotationControl setFrame:tframe];
CGRect qframe = appDelegate.buttonController.rotationControl.frame;
buttonController is a UIViewController, rotationControl is a UIControl. When this is executed qframe is reported as (0, 0, 0, 0). Does anyone see what is wrong?
thanks,
David
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden