v1.4
This commit is contained in:
parent
57dc907660
commit
4315810438
Binary file not shown.
@ -662,6 +662,21 @@
|
||||
endingLineNumber = "632"
|
||||
offsetFromSymbolStart = "52">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "EF28D223-534C-4D5B-8564-50D9720BA766 - 6adcab4b4304945b"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "SwiftProject.CCSpatialVideoDisplayController.selectedSpatialType(selectedIndex: Swift.Int) -> ()"
|
||||
moduleName = "SwiftProject"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/aaa/Documents/IOS%20Dev/VR/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialVideoDisplayController/CCSpatialVideoDisplayController.swift"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "654"
|
||||
endingLineNumber = "654"
|
||||
offsetFromSymbolStart = "52">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
|
||||
@ -119,7 +119,7 @@ class MembershipViewCell: UITableViewCell {
|
||||
var leftTitleLabel:UILabel?
|
||||
var leftDescLabel:UILabel?
|
||||
var bgImgView:UIImageView?
|
||||
|
||||
var temMaskView:UIView?
|
||||
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
bgView = UIView()
|
||||
@ -175,6 +175,16 @@ class MembershipViewCell: UITableViewCell {
|
||||
// make.height.equalTo(30)
|
||||
// make.width.equalTo(120)
|
||||
// }
|
||||
|
||||
temMaskView = UIView()
|
||||
temMaskView?.backgroundColor = UIColor(r: 19, g: 20, b: 20, a: 1)
|
||||
bgView?.addSubview(temMaskView!)
|
||||
temMaskView!.snp.makeConstraints { make in
|
||||
make.width.equalTo(120)
|
||||
make.height.equalTo(20)
|
||||
make.bottom.equalToSuperview().offset(-8)
|
||||
make.left.equalToSuperview().offset(100)
|
||||
}
|
||||
}
|
||||
|
||||
func setItemData(_ item:MemberShipModelItem?) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user