Commit 3e88ec436374a6655548d6bf95271b21185e81ac
1 parent
7ba71775
1.1.7.25.04.25.21
Showing
2 changed files
with
3 additions
and
2 deletions
metaCode.xcodeproj/project.pbxproj
| @@ -2960,7 +2960,7 @@ | @@ -2960,7 +2960,7 @@ | ||
| 2960 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; | 2960 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; |
| 2961 | CODE_SIGN_IDENTITY = "Apple Development"; | 2961 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 2962 | CODE_SIGN_STYLE = Automatic; | 2962 | CODE_SIGN_STYLE = Automatic; |
| 2963 | - CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.20; | 2963 | + CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.21; |
| 2964 | DEBUG_INFORMATION_FORMAT = dwarf; | 2964 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 2965 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 2965 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 2966 | ENABLE_BITCODE = NO; | 2966 | ENABLE_BITCODE = NO; |
| @@ -3216,7 +3216,7 @@ | @@ -3216,7 +3216,7 @@ | ||
| 3216 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; | 3216 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; |
| 3217 | CODE_SIGN_IDENTITY = "Apple Development"; | 3217 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 3218 | CODE_SIGN_STYLE = Automatic; | 3218 | CODE_SIGN_STYLE = Automatic; |
| 3219 | - CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.20; | 3219 | + CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.21; |
| 3220 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 3220 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 3221 | ENABLE_BITCODE = NO; | 3221 | ENABLE_BITCODE = NO; |
| 3222 | ENABLE_MODULE_VERIFIER = NO; | 3222 | ENABLE_MODULE_VERIFIER = NO; |
metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVPlayerViewController.swift
| @@ -1757,6 +1757,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa | @@ -1757,6 +1757,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa | ||
| 1757 | descLbl.textColor = HexColor("#999999") | 1757 | descLbl.textColor = HexColor("#999999") |
| 1758 | descLbl.text = vodMdl.desc | 1758 | descLbl.text = vodMdl.desc |
| 1759 | descLbl.width = KSreenWidth-20 | 1759 | descLbl.width = KSreenWidth-20 |
| 1760 | + descLbl.isUserInteractionEnabled = false | ||
| 1760 | bottomCommentShowContainView.addSubview(descLbl) | 1761 | bottomCommentShowContainView.addSubview(descLbl) |
| 1761 | 1762 | ||
| 1762 | descLbl.snp.makeConstraints { make in | 1763 | descLbl.snp.makeConstraints { make in |