2011-07-09 48 views

回答

2
for (UIView *subview in [scrollView subviews]) { 
    if (subview.frame == aFrame) { 
    // Do something 
    } 
}