[self.photoBtn setTitleEdgeInsets:UIEdgeInsetsMake(self.photoBtn.imageView.frame.size.height +10 ,-self.photoBtn.imageView.frame.size.width, 0.0,0.0)];
[self.photoBtn setImageEdgeInsets:UIEdgeInsetsMake(-20, 0.0,0.0, -self.photoBtn.titleLabel.intrinsicContentSize.width)];
网友评论