yager
Results
1
issues of
yager
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - (id)initWithScrollView:(UIScrollView *)scroll { CGRect frame = CGRectMake(0.0f, 0.0f - scroll.bounds.size.height, scroll.bounds.size.width, scroll.bounds.size.height); if ((self = [super initWithFrame:frame])) { //................... ``` statusLabel = [[UILabel alloc] init]; //add by yager...