1.0.5提交
This commit is contained in:
parent
6149f994bd
commit
81f6dee213
@ -257,7 +257,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0.4;
|
MARKETING_VERSION = 1.0.5;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.thimratv.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.thimratv.app;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@ -303,7 +303,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.0.4;
|
MARKETING_VERSION = 1.0.5;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.thimratv.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.thimratv.app;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
|
@ -22,7 +22,7 @@ class SPHomeTrendingCell: SPCollectionViewCell {
|
|||||||
hotView.setTitle("\(watchCount)", for: .normal)
|
hotView.setTitle("\(watchCount)", for: .normal)
|
||||||
}
|
}
|
||||||
|
|
||||||
if let category = model?.category?.first {
|
if let category = model?.category?.first, !category.isEmpty {
|
||||||
tagView.setTitle(category, for: .normal)
|
tagView.setTitle(category, for: .normal)
|
||||||
tagView.isHidden = false
|
tagView.isHidden = false
|
||||||
} else {
|
} else {
|
||||||
|
@ -32,6 +32,10 @@ class SPRewardsViewController: SPCampaignWebViewController {
|
|||||||
|
|
||||||
|
|
||||||
setBackgroundView(isShowGradient: false, bgImage: UIImage(named: "rewards_bg_image"))
|
setBackgroundView(isShowGradient: false, bgImage: UIImage(named: "rewards_bg_image"))
|
||||||
|
|
||||||
|
bgImageView.snp.remakeConstraints { make in
|
||||||
|
make.edges.equalToSuperview()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override func viewWillAppear(_ animated: Bool) {
|
override func viewWillAppear(_ animated: Bool) {
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "lQLPJwvP6usd4ePNAyzNAXew2fMtKVt3jeMIDIWgS4A-AA_375_812.png",
|
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"filename" : "iv_reward_bg.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
|
BIN
MoviaBox/Source/Assets.xcassets/image/rewards_bg_image.imageset/iv_reward_bg.png
vendored
Normal file
BIN
MoviaBox/Source/Assets.xcassets/image/rewards_bg_image.imageset/iv_reward_bg.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
Before Width: | Height: | Size: 281 KiB |
Loading…
x
Reference in New Issue
Block a user