Return to Snippet

Revision: 37301
at December 8, 2010 04:52 by snown


Initial Code
DLog(@"TableView Bounds - X:%f Y:%f Width:%f Height%f", tableView.bounds.origin.x, tableView.bounds.origin.y, tableView.bounds.size.width, tableView.bounds.size.height);

Initial URL


Initial Description


Initial Title
UIView Bounds DLog

Initial Tags


Initial Language
Objective C