Wednesday, July 11, 2012

iOS: Positioning a View Relative to Parent

This is done via the "frame" property of the View, e.g.

viewObj.frame = CGRectMake(20,20,50,40);

No comments:

Post a Comment