- 1
- 2
- 3
- 4
- 5
- 6
- 7
// WTF is 8.5? Oo I will never, ever hardcode some random values.
linkStatusImage.frame = CGRectMake (5, height / 2 - 8.5, 17, 17);
descriptionLabel.frame = CGRectMake (27, 5, width - 32 - rightMargin, 20);
authorLabel.frame = CGRectMake (27, 30, width - 32 - rightMargin, 20);
addressLabel.frame = CGRectMake (27, 55, width - 32 - rightMargin, height - 60);
separatorImage.frame = CGRectMake (0, height - 2, separatorImage.image.size.width, 2);
favButton.frame = CGRectMake (width - 22, height / 2 - 8.5, 17, 16);