9
Tôi có thể thay đổi kích thước của UIActivityIndicator không?
Bất kỳ kích thước nào tôi cung cấp cho nó trong khi phân bổ, nó chỉ hiển thị kích thước cố định. Có thể tăng nó lên không? Mã: activityIndicator = [[UIActivityIndicatorView alloc] initWithFrame: CGRectMake(142.00, 212.00, 80.0, 80.0)]; [[self view] addSubview:activityIndicator]; [activityIndicator sizeToFit]; activityIndicator.autoresizingMask = (UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin …