Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
038f1a31
Commit
038f1a31
authored
Nov 02, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增分销cell
parent
48388f9b
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
236 additions
and
0 deletions
+236
-0
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
...sPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
+37
-0
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.xib
...essPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.xib
+199
-0
No files found.
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
0 → 100644
View file @
038f1a31
//
// GYS_FX_ProductCellTableViewCell.swift
// GeliBusinessPlatform
//
// Created by junye lu on 2020/11/2.
// Copyright © 2020 junye lu. All rights reserved.
//
import
UIKit
class
GYS_FX_ProductCellTableViewCell
:
UITableViewCell
{
@IBOutlet
weak
var
old_price_Lbl
:
UILabel
!
@IBOutlet
weak
var
new_price_Lbl
:
UILabel
!
@IBOutlet
weak
var
store_Lbl
:
NSLayoutConstraint
!
@IBOutlet
weak
var
sell_total_Lbl
:
UILabel
!
@IBOutlet
weak
var
title_Lbl
:
UILabel
!
@IBOutlet
weak
var
FX_Percent_Lbl
:
UILabel
!
@IBOutlet
weak
var
item_Icon_Img
:
UIImageView
!
@IBOutlet
weak
var
submit_Btn_W
:
NSLayoutConstraint
!
@IBOutlet
weak
var
submitBtn
:
UIButton
!
@IBOutlet
weak
var
leftValue
:
NSLayoutConstraint
!
override
func
awakeFromNib
()
{
super
.
awakeFromNib
()
// Initialization code
self
.
selectionStyle
=
.
none
submitBtn
.
titleLabel
?
.
numberOfLines
=
0
}
override
func
setSelected
(
_
selected
:
Bool
,
animated
:
Bool
)
{
super
.
setSelected
(
selected
,
animated
:
animated
)
// Configure the view for the selected state
}
}
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.xib
0 → 100644
View file @
038f1a31
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment