2
0

Fix store product images and http URL links.

This commit is contained in:
Maarten Billemont
2017-04-30 18:45:08 -04:00
parent cf2c30cfe6
commit f83f2af529
6 changed files with 61 additions and 38 deletions

View File

@@ -32,6 +32,7 @@
@property(nonatomic) IBOutlet UILabel *priceLabel;
@property(nonatomic) IBOutlet UILabel *titleLabel;
@property(nonatomic) IBOutlet UILabel *descriptionLabel;
@property(nonatomic) IBOutlet UIImageView *thumbnailView;
@property(nonatomic) IBOutlet UIActivityIndicatorView *activityIndicator;
@property(nonatomic) IBOutlet UIView *purchasedIndicator;