Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ios1x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
ios1x
Commits
4cfedd42
Commit
4cfedd42
authored
Sep 07, 2017
by
lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u v or seven day return & exchange
parent
f76d069e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
KWMFirstDetailView.m
iCemarose/Class/UI/NewProduct/Cell/KWMFirstDetailView.m
+3
-0
KWMFirstDetailView.xib
iCemarose/Class/UI/NewProduct/Cell/KWMFirstDetailView.xib
+2
-1
Info.plist
iCemarose/Info.plist
+1
-1
No files found.
iCemarose/Class/UI/NewProduct/Cell/KWMFirstDetailView.m
View file @
4cfedd42
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
@property
(
nonatomic
,
weak
)
IBOutlet
UILabel
*
lbVariant
;
@property
(
nonatomic
,
weak
)
IBOutlet
UILabel
*
lbVariant
;
@property
(
nonatomic
,
weak
)
IBOutlet
UIView
*
freeShipping
;
//单位label
//单位label
@property
(
nonatomic
,
weak
)
IBOutlet
UILabel
*
lbUnit
;
@property
(
nonatomic
,
weak
)
IBOutlet
UILabel
*
lbUnit
;
...
@@ -217,6 +219,7 @@
...
@@ -217,6 +219,7 @@
self
.
lbUnit
.
userInteractionEnabled
=
YES
;
self
.
lbUnit
.
userInteractionEnabled
=
YES
;
self
.
lbPrice
.
userInteractionEnabled
=
YES
;
self
.
lbPrice
.
userInteractionEnabled
=
YES
;
self
.
lbOldPrice
.
userInteractionEnabled
=
YES
;
self
.
lbOldPrice
.
userInteractionEnabled
=
YES
;
self
.
freeShipping
.
hidden
=
[
product
.
tags
containsObject
:
@"not-return"
];
}
}
//-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
//-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
...
...
iCemarose/Class/UI/NewProduct/Cell/KWMFirstDetailView.xib
View file @
4cfedd42
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"KWMFirstDetailView"
>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"KWMFirstDetailView"
>
<connections>
<connections>
<outlet
property=
"btnBrand"
destination=
"s6N-a3-C4Z"
id=
"ips-Jp-qG3"
/>
<outlet
property=
"btnBrand"
destination=
"s6N-a3-C4Z"
id=
"ips-Jp-qG3"
/>
<outlet
property=
"freeShipping"
destination=
"efc-dz-O7V"
id=
"l2t-Df-LYX"
/>
<outlet
property=
"imageScrollView"
destination=
"lKe-L4-ROK"
id=
"V42-4B-a2B"
/>
<outlet
property=
"imageScrollView"
destination=
"lKe-L4-ROK"
id=
"V42-4B-a2B"
/>
<outlet
property=
"lbName"
destination=
"SQm-rY-OyA"
id=
"Fux-pg-fca"
/>
<outlet
property=
"lbName"
destination=
"SQm-rY-OyA"
id=
"Fux-pg-fca"
/>
<outlet
property=
"lbOldPrice"
destination=
"Mql-V1-hiE"
id=
"Sh1-Fz-sfU"
/>
<outlet
property=
"lbOldPrice"
destination=
"Mql-V1-hiE"
id=
"Sh1-Fz-sfU"
/>
...
@@ -102,7 +103,7 @@
...
@@ -102,7 +103,7 @@
<constraint
firstAttribute=
"width"
constant=
"100"
id=
"xEt-bo-Cd2"
/>
<constraint
firstAttribute=
"width"
constant=
"100"
id=
"xEt-bo-Cd2"
/>
</constraints>
</constraints>
</view>
</view>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"efc-dz-O7V"
userLabel=
"14
天退换"
>
<view
hidden=
"YES"
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"efc-dz-O7V"
userLabel=
"7
天退换"
>
<rect
key=
"frame"
x=
"121"
y=
"98"
width=
"100"
height=
"30"
/>
<rect
key=
"frame"
x=
"121"
y=
"98"
width=
"100"
height=
"30"
/>
<subviews>
<subviews>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"scaleToFill"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"ic_product_7day"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"jxm-XE-ewW"
>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"scaleToFill"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"ic_product_7day"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"jxm-XE-ewW"
>
...
...
iCemarose/Info.plist
View file @
4cfedd42
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
2017090
5611
<
/string
>
<
string
>
2017090
617
<
/string
>
<
k
e
y
>
ITSAppUsesNonExemptEncryption
<
/k
e
y
>
<
k
e
y
>
ITSAppUsesNonExemptEncryption
<
/k
e
y
>
<
fa
ls
e
/
>
<
fa
ls
e
/
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
...
...
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