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
Expand all
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
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