Commit 15458898 by ludi

再调整订阅im标题

parent cc073803
......@@ -84,9 +84,9 @@
_clickBtn.frame = self.bounds;
_subscribeTitleLabel.frame = CGRectMake(13, 11, self.width - icon_W - 13 - 1, 15);
CGFloat arrowSize = 18;
_subscribeTitleLabel.frame = CGRectMake(13, 11, self.width - arrowSize - 8 - 13 - 4, 15);
_arrowImageView.left = self.width - arrowSize - 8;
_arrowImageView.size = CGSizeMake(arrowSize, arrowSize);
_arrowImageView.centerY = _subscribeTitleLabel.centerY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment