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
8563d26b
Commit
8563d26b
authored
Apr 21, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加商品管理的商品collectionCell
parent
6ebacc59
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
290 additions
and
0 deletions
+290
-0
GeliBusinessPlatform.xcodeproj/project.pbxproj
GeliBusinessPlatform.xcodeproj/project.pbxproj
+16
-0
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Assets.xcassets/商品管理/Contents.json
GeliBusinessPlatform/Assets.xcassets/商品管理/Contents.json
+6
-0
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/Contents.json
...sPlatform/Assets.xcassets/商品管理/二维码.imageset/Contents.json
+23
-0
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码.png
...usinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码.png
+0
-0
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@2x.png
...nessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@2x.png
+0
-0
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@3x.png
...nessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@3x.png
+0
-0
GeliBusinessPlatform/Assets.xcassets/背景色/商品图背景渐变底色.colorset/Contents.json
...form/Assets.xcassets/背景色/商品图背景渐变底色.colorset/Contents.json
+20
-0
GeliBusinessPlatform/View/CollectionCell/GoodsCollectionViewCell.swift
...latform/View/CollectionCell/GoodsCollectionViewCell.swift
+18
-0
GeliBusinessPlatform/View/CollectionCell/GoodsCollectionViewCell.xib
...sPlatform/View/CollectionCell/GoodsCollectionViewCell.xib
+207
-0
No files found.
GeliBusinessPlatform.xcodeproj/project.pbxproj
View file @
8563d26b
...
...
@@ -87,6 +87,8 @@
F95D9B522448530E0080D6E3
/* GeliAlertView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F95D9B512448530E0080D6E3
/* GeliAlertView.swift */
;
};
F95D9CA424493E840080D6E3
/* ShopInfoViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F95D9CA224493E840080D6E3
/* ShopInfoViewController.swift */
;
};
F95D9CA524493E840080D6E3
/* ShopInfoViewController.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F95D9CA324493E840080D6E3
/* ShopInfoViewController.xib */
;
};
F969BF07244EC38000C79953
/* GoodsCollectionViewCell.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F969BF05244EC38000C79953
/* GoodsCollectionViewCell.swift */
;
};
F969BF08244EC38000C79953
/* GoodsCollectionViewCell.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F969BF06244EC38000C79953
/* GoodsCollectionViewCell.xib */
;
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
...
...
@@ -205,6 +207,8 @@
F95D9B512448530E0080D6E3
/* GeliAlertView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
GeliAlertView.swift
;
sourceTree
=
"<group>"
;
};
F95D9CA224493E840080D6E3
/* ShopInfoViewController.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
ShopInfoViewController.swift
;
sourceTree
=
"<group>"
;
};
F95D9CA324493E840080D6E3
/* ShopInfoViewController.xib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
path
=
ShopInfoViewController.xib
;
sourceTree
=
"<group>"
;
};
F969BF05244EC38000C79953
/* GoodsCollectionViewCell.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
GoodsCollectionViewCell.swift
;
sourceTree
=
"<group>"
;
};
F969BF06244EC38000C79953
/* GoodsCollectionViewCell.xib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
path
=
GoodsCollectionViewCell.xib
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -420,6 +424,7 @@
E09B03AC2445B0B200211A51
/* View */
=
{
isa
=
PBXGroup
;
children
=
(
F969BF04244EC27E00C79953
/* CollectionCell */
,
F9023F642449A3AE00DD5A63
/* Cell */
,
F95D9B4E24484F140080D6E3
/* AlertView */
,
E09B03C42445BF4600211A51
/* NavBarView */
,
...
...
@@ -641,6 +646,15 @@
path
=
"商家信息"
;
sourceTree
=
"<group>"
;
};
F969BF04244EC27E00C79953
/* CollectionCell */
=
{
isa
=
PBXGroup
;
children
=
(
F969BF05244EC38000C79953
/* GoodsCollectionViewCell.swift */
,
F969BF06244EC38000C79953
/* GoodsCollectionViewCell.xib */
,
);
path
=
CollectionCell
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
...
...
@@ -771,6 +785,7 @@
E0DDCB19244AE2AC00DF54C7
/* XiuGaiYuShouJiaViewController.xib in Resources */
,
F95D9CA524493E840080D6E3
/* ShopInfoViewController.xib in Resources */
,
E01C26B12446989700ADCC70
/* Interface_Z.plist in Resources */
,
F969BF08244EC38000C79953
/* GoodsCollectionViewCell.xib in Resources */
,
E0D4166524483058008DCAB4
/* ChangePassViewController.xib in Resources */
,
E00D85E8244561FE00F5F816
/* Preview Assets.xcassets in Resources */
,
E0A7548B244A8F0F00A84B67
/* CheckWareHourseViewController.xib in Resources */
,
...
...
@@ -871,6 +886,7 @@
E0D197CA24484D90002B080C
/* PersonCenterCell.swift in Sources */
,
E09B03A82445B04E00211A51
/* BaseView.swift in Sources */
,
E0DDCB0F244AD8C500DF54C7
/* DaiQueRenCell.swift in Sources */
,
F969BF07244EC38000C79953
/* GoodsCollectionViewCell.swift in Sources */
,
E09B03C02445B96500211A51
/* FgPassViewController.swift in Sources */
,
E0D197C6244845FD002B080C
/* PersonCenterViewController.swift in Sources */
,
E09B03AB2445B0A300211A51
/* LoginModel.swift in Sources */
,
...
...
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8563d26b
No preview for this file type
GeliBusinessPlatform/Assets.xcassets/商品管理/Contents.json
0 → 100644
View file @
8563d26b
{
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/Contents.json
0 → 100644
View file @
8563d26b
{
"images"
:
[
{
"filename"
:
"二维码.png"
,
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"二维码@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"二维码@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码.png
0 → 100644
View file @
8563d26b
944 Bytes
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@2x.png
0 → 100644
View file @
8563d26b
1.1 KB
GeliBusinessPlatform/Assets.xcassets/商品管理/二维码.imageset/二维码@3x.png
0 → 100644
View file @
8563d26b
2.19 KB
GeliBusinessPlatform/Assets.xcassets/背景色/商品图背景渐变底色.colorset/Contents.json
0 → 100644
View file @
8563d26b
{
"colors"
:
[
{
"color"
:
{
"color-space"
:
"srgb"
,
"components"
:
{
"alpha"
:
"1.000"
,
"blue"
:
"0xFA"
,
"green"
:
"0xFA"
,
"red"
:
"0xFA"
}
},
"idiom"
:
"universal"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
GeliBusinessPlatform/View/CollectionCell/GoodsCollectionViewCell.swift
0 → 100644
View file @
8563d26b
//
// GoodsCollectionViewCell.swift
// GeliBusinessPlatform
//
// Created by 刘俊宏 on 2020/4/21.
// Copyright © 2020 junye lu. All rights reserved.
//
import
UIKit
class
GoodsCollectionViewCell
:
UICollectionViewCell
{
override
func
awakeFromNib
()
{
super
.
awakeFromNib
()
// Initialization code
}
}
GeliBusinessPlatform/View/CollectionCell/GoodsCollectionViewCell.xib
0 → 100644
View file @
8563d26b
<?xml version="1.0" encoding="UTF-8"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"16096"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
useAutolayout=
"YES"
useTraitCollections=
"YES"
useSafeAreas=
"YES"
colorMatched=
"YES"
>
<device
id=
"retina6_1"
orientation=
"portrait"
appearance=
"light"
/>
<dependencies>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"16086"
/>
<capability
name=
"Named colors"
minToolsVersion=
"9.0"
/>
<capability
name=
"Safe area layout guides"
minToolsVersion=
"9.0"
/>
<capability
name=
"documents saved in the Xcode 8 format"
minToolsVersion=
"8.0"
/>
</dependencies>
<objects>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
/>
<placeholder
placeholderIdentifier=
"IBFirstResponder"
id=
"-2"
customClass=
"UIResponder"
/>
<collectionViewCell
opaque=
"NO"
clipsSubviews=
"YES"
multipleTouchEnabled=
"YES"
contentMode=
"center"
id=
"gTV-IL-0wX"
customClass=
"GoodsCollectionViewCell"
customModule=
"GeliBusinessPlatform"
customModuleProvider=
"target"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"165"
height=
"283"
/>
<autoresizingMask
key=
"autoresizingMask"
/>
<view
key=
"contentView"
opaque=
"NO"
clipsSubviews=
"YES"
multipleTouchEnabled=
"YES"
contentMode=
"center"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"165"
height=
"283"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<subviews>
<view
clipsSubviews=
"YES"
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"DBH-ay-Cni"
userLabel=
"ContentView"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"165"
height=
"283"
/>
<subviews>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"MEL-J8-S3c"
customClass=
"LGButton"
customModule=
"LGButton"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"165"
height=
"165"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
cocoaTouchSystemColor=
"whiteColor"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"165"
id=
"6rk-H5-BDU"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
<constraint
firstAttribute=
"height"
constant=
"165"
id=
"vdi-T6-Rva"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"color"
keyPath=
"gradientStartColor"
>
<color
key=
"value"
name=
"白色背景色"
/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute
type=
"color"
keyPath=
"gradientEndColor"
>
<color
key=
"value"
name=
"商品图背景渐变底色"
/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"T8c-YA-14K"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"165"
height=
"165"
/>
<color
key=
"backgroundColor"
white=
"0.0"
alpha=
"0.0"
colorSpace=
"custom"
customColorSpace=
"genericGamma22GrayColorSpace"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"165"
id=
"Evb-BF-yL7"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
<constraint
firstAttribute=
"height"
constant=
"165"
id=
"Fct-ke-bms"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
</constraints>
</imageView>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"4Xi-Jf-NQw"
>
<rect
key=
"frame"
x=
"119"
y=
"0.0"
width=
"46"
height=
"30"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"46"
id=
"53T-yQ-mQh"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
<constraint
firstAttribute=
"height"
constant=
"30"
id=
"Z5k-e6-unm"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
</constraints>
<state
key=
"normal"
image=
"二维码"
/>
</button>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"zEv-lz-wzj"
>
<rect
key=
"frame"
x=
"0.0"
y=
"252"
width=
"165"
height=
"1"
/>
<color
key=
"backgroundColor"
name=
"灰色分界线"
/>
<constraints>
<constraint
firstAttribute=
"height"
constant=
"1"
id=
"3Yg-jR-k7Y"
/>
</constraints>
</view>
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"p8r-r3-3OB"
>
<rect
key=
"frame"
x=
"82"
y=
"253"
width=
"1"
height=
"30"
/>
<color
key=
"backgroundColor"
name=
"灰色分界线"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"1"
id=
"9Yh-da-gGa"
/>
</constraints>
</view>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
buttonType=
"roundedRect"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"w99-DC-tI2"
>
<rect
key=
"frame"
x=
"0.0"
y=
"253"
width=
"82"
height=
"30"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"13"
/>
<state
key=
"normal"
title=
"下架"
>
<color
key=
"titleColor"
name=
"灰色字体颜色"
/>
</state>
</button>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
buttonType=
"roundedRect"
lineBreakMode=
"middleTruncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Ygg-2c-Pm9"
>
<rect
key=
"frame"
x=
"83"
y=
"253"
width=
"82"
height=
"30"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
weight=
"medium"
pointSize=
"13"
/>
<state
key=
"normal"
title=
"入库"
/>
</button>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
usesAttributedText=
"YES"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
minimumFontSize=
"13"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"50H-P6-uG6"
>
<rect
key=
"frame"
x=
"10"
y=
"218"
width=
"155"
height=
"24"
/>
<attributedString
key=
"attributedText"
>
<fragment
content=
"¥10.00"
>
<attributes>
<color
key=
"NSColor"
name=
"蓝色字体颜色"
/>
<font
key=
"NSFont"
size=
"17"
name=
"PingFangSC-Medium"
/>
<paragraphStyle
key=
"NSParagraphStyle"
alignment=
"left"
lineBreakMode=
"truncatingTail"
baseWritingDirection=
"natural"
tighteningFactorForTruncation=
"0.0"
/>
</attributes>
</fragment>
</attributedString>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
usesAttributedText=
"YES"
lineBreakMode=
"tailTruncation"
numberOfLines=
"2"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"tHK-Kt-m55"
>
<rect
key=
"frame"
x=
"10"
y=
"175"
width=
"145"
height=
"36.5"
/>
<attributedString
key=
"attributedText"
>
<fragment
content=
"六和川香鸡柳2.5kg*多发点嘎嘎大放送公司的嘎嘎搭嘎"
>
<attributes>
<color
key=
"NSColor"
name=
"标题字颜色"
/>
<font
key=
"NSFont"
size=
"13"
name=
"PingFangSC-Medium"
/>
<paragraphStyle
key=
"NSParagraphStyle"
alignment=
"left"
lineBreakMode=
"wordWrapping"
baseWritingDirection=
"natural"
tighteningFactorForTruncation=
"0.0"
/>
</attributes>
</fragment>
</attributedString>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
cocoaTouchSystemColor=
"whiteColor"
/>
<constraints>
<constraint
firstAttribute=
"trailing"
secondItem=
"T8c-YA-14K"
secondAttribute=
"trailing"
id=
"0aE-7k-Jte"
/>
<constraint
firstItem=
"4Xi-Jf-NQw"
firstAttribute=
"top"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"top"
id=
"5dP-Ts-A7R"
/>
<constraint
firstItem=
"p8r-r3-3OB"
firstAttribute=
"leading"
secondItem=
"w99-DC-tI2"
secondAttribute=
"trailing"
id=
"6Hf-Yf-TPI"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"zEv-lz-wzj"
secondAttribute=
"bottom"
constant=
"30"
id=
"9hh-F4-uqi"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"YES"
/>
</userDefinedRuntimeAttributes>
</constraint>
<constraint
firstItem=
"p8r-r3-3OB"
firstAttribute=
"centerX"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"centerX"
id=
"AJh-7f-68K"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"w99-DC-tI2"
secondAttribute=
"bottom"
id=
"BTs-Lb-Zfy"
/>
<constraint
firstItem=
"Ygg-2c-Pm9"
firstAttribute=
"top"
secondItem=
"zEv-lz-wzj"
secondAttribute=
"bottom"
id=
"Bnb-Fd-GRd"
/>
<constraint
firstItem=
"tHK-Kt-m55"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
constant=
"10"
id=
"CHH-Gn-c9W"
/>
<constraint
firstItem=
"MEL-J8-S3c"
firstAttribute=
"top"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"top"
id=
"Cc3-ZR-B1n"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"zEv-lz-wzj"
secondAttribute=
"trailing"
id=
"Dnx-Be-mhM"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"tHK-Kt-m55"
secondAttribute=
"trailing"
constant=
"10"
id=
"F4t-nQ-TbX"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"p8r-r3-3OB"
secondAttribute=
"bottom"
id=
"GBe-s7-RV5"
/>
<constraint
firstItem=
"zEv-lz-wzj"
firstAttribute=
"top"
secondItem=
"50H-P6-uG6"
secondAttribute=
"bottom"
constant=
"10"
id=
"Jz0-O7-rIz"
/>
<constraint
firstItem=
"w99-DC-tI2"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
id=
"TfR-Fm-4jT"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"MEL-J8-S3c"
secondAttribute=
"trailing"
id=
"To8-m8-AMm"
/>
<constraint
firstItem=
"50H-P6-uG6"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
constant=
"10"
id=
"U8x-b9-F6R"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"4Xi-Jf-NQw"
secondAttribute=
"trailing"
id=
"UE8-ZL-mKw"
/>
<constraint
firstItem=
"Ygg-2c-Pm9"
firstAttribute=
"leading"
secondItem=
"p8r-r3-3OB"
secondAttribute=
"trailing"
id=
"WYO-ft-e4n"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"Ygg-2c-Pm9"
secondAttribute=
"bottom"
id=
"XGh-zL-1Lu"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"Ygg-2c-Pm9"
secondAttribute=
"trailing"
id=
"ZTd-5t-9tY"
/>
<constraint
firstItem=
"T8c-YA-14K"
firstAttribute=
"top"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"top"
id=
"b3I-Z7-wZZ"
/>
<constraint
firstItem=
"tHK-Kt-m55"
firstAttribute=
"top"
secondItem=
"MEL-J8-S3c"
secondAttribute=
"bottom"
constant=
"10"
id=
"bqx-hH-aVl"
/>
<constraint
firstItem=
"p8r-r3-3OB"
firstAttribute=
"top"
secondItem=
"zEv-lz-wzj"
secondAttribute=
"bottom"
id=
"dIZ-vd-cyG"
/>
<constraint
firstItem=
"T8c-YA-14K"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
id=
"fjv-pJ-i1E"
/>
<constraint
firstItem=
"zEv-lz-wzj"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
id=
"gEC-JS-t6n"
/>
<constraint
firstAttribute=
"trailing"
secondItem=
"50H-P6-uG6"
secondAttribute=
"trailing"
id=
"iNx-8b-Qi3"
/>
<constraint
firstItem=
"w99-DC-tI2"
firstAttribute=
"top"
secondItem=
"zEv-lz-wzj"
secondAttribute=
"bottom"
id=
"uId-Iz-MlZ"
/>
<constraint
firstItem=
"MEL-J8-S3c"
firstAttribute=
"leading"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"leading"
id=
"zKf-Kd-6MK"
/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"number"
keyPath=
"cornerRadius"
>
<real
key=
"value"
value=
"3"
/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
</subviews>
</view>
<constraints>
<constraint
firstAttribute=
"trailing"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"trailing"
id=
"2Ib-xS-oEI"
/>
<constraint
firstItem=
"DBH-ay-Cni"
firstAttribute=
"top"
secondItem=
"gTV-IL-0wX"
secondAttribute=
"top"
id=
"9tM-Hc-12B"
/>
<constraint
firstItem=
"DBH-ay-Cni"
firstAttribute=
"leading"
secondItem=
"gTV-IL-0wX"
secondAttribute=
"leading"
id=
"K9V-iI-jJZ"
/>
<constraint
firstAttribute=
"bottom"
secondItem=
"DBH-ay-Cni"
secondAttribute=
"bottom"
id=
"i1X-rG-cG4"
/>
</constraints>
<viewLayoutGuide
key=
"safeArea"
id=
"ZTg-uK-7eu"
/>
<size
key=
"customSize"
width=
"136"
height=
"281"
/>
<point
key=
"canvasLocation"
x=
"-325.36231884057975"
y=
"123.21428571428571"
/>
</collectionViewCell>
</objects>
<resources>
<image
name=
"二维码"
width=
"45.5"
height=
"30"
/>
<namedColor
name=
"商品图背景渐变底色"
>
<color
red=
"0.98039215686274506"
green=
"0.98039215686274506"
blue=
"0.98039215686274506"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
<namedColor
name=
"标题字颜色"
>
<color
red=
"0.1803921568627451"
green=
"0.1803921568627451"
blue=
"0.1803921568627451"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
<namedColor
name=
"灰色分界线"
>
<color
red=
"0.92941176470588238"
green=
"0.92941176470588238"
blue=
"0.92941176470588238"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
<namedColor
name=
"灰色字体颜色"
>
<color
red=
"0.59999999999999998"
green=
"0.59999999999999998"
blue=
"0.59999999999999998"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
<namedColor
name=
"白色背景色"
>
<color
red=
"1"
green=
"1"
blue=
"1"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
<namedColor
name=
"蓝色字体颜色"
>
<color
red=
"0.27843137254901962"
green=
"0.5607843137254902"
blue=
"0.8901960784313725"
alpha=
"1"
colorSpace=
"custom"
customColorSpace=
"sRGB"
/>
</namedColor>
</resources>
</document>
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