我无法以编程方式设置标签和图像位置。我试图设置为,
navBarSocial.frame = CGRectMake(navBarSocial.frame.origin.x, navBarSocial.frame.origin.y, webView1.frame.size.width, navBarSocial.frame.size.height);
status.frame = CGRectMake(100, 50, status.frame.size.width, status.frame.size.height);
loadingImage.frame = CGRectMake(100, 50, loadingImage.frame.size.width, loadingImage.frame.size.height);
navBarSocial 适当增加其宽度,但标签(状态)和 loadingImage 保持在同一位置。我还设置了在 xib 上停用的自动调整属性,但没有成功。