Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
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
张杰
Opple-iOS
Commits
1d2c21ab
Commit
1d2c21ab
authored
May 30, 2016
by
mei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
27b3e86a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6341 additions
and
1852 deletions
+6341
-1852
FollowHeartViewController.m
Lighting/Class/FollowHeartViewController.m
+4
-1
ShoppingView.m
Lighting/Class/ShoppingView.m
+0
-2
project.pbxproj
Lighting/Lighting.xcodeproj/project.pbxproj
+6336
-1846
Podfile.lock
Lighting/Podfile.lock
+1
-3
No files found.
Lighting/Class/FollowHeartViewController.m
View file @
1d2c21ab
...
...
@@ -239,7 +239,10 @@
[
self
.
leftSubView
.
shoppingBtn
setBackgroundImage
:[
UIImage
imageNamed
:
@"selectshoping"
]
forState
:
UIControlStateNormal
];
self
.
shoppingView
=
[[
ShoppingView
alloc
]
init
];
self
.
shoppingView
.
view
.
backgroundColor
=
[
UIColor
clearColor
];
self
.
shoppingView
.
productModelArray
=
self
.
productModelArray
;
for
(
TOGoodsEntity
*
GoodsEntity
in
self
.
productModelArray
)
{
[
self
.
shoppingView
.
productModelArray
addObject
:
GoodsEntity
];
}
// self.shoppingView.productModelArray=self.productModelArray;
self
.
shoppingView
.
delegate
=
self
;
[
self
.
view
addSubview
:
self
.
shoppingView
.
view
];
...
...
Lighting/Class/ShoppingView.m
View file @
1d2c21ab
...
...
@@ -167,8 +167,6 @@
//选择
-
(
void
)
selfctAtIndexpath
:
(
CustomShopingSeclectButton
*
)
sender
{
NSArray
*
cellArray
=
self
.
shoppingTableView
.
visibleCells
;
ShoppingCell
*
cell
=
[
self
.
shoppingTableView
cellForRowAtIndexPath
:
sender
.
customIndexPath
];
if
([
self
.
selectTagArray
containsObject
:[
NSString
stringWithFormat
:
@"%d"
,
sender
.
tag
]])
{
[
sender
setBackgroundImage
:[
UIImage
imageNamed
:
@"box-副本"
]
forState
:
UIControlStateNormal
];
[
self
.
selectTagArray
removeObject
:[
NSString
stringWithFormat
:
@"%d"
,
sender
.
tag
]];
...
...
Lighting/Lighting.xcodeproj/project.pbxproj
View file @
1d2c21ab
This diff is collapsed.
Click to expand it.
Lighting/Podfile.lock
View file @
1d2c21ab
...
...
@@ -64,6 +64,4 @@ SPEC CHECKSUMS:
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
UMengSocial: 48b67179c492a8cf7803fbb0438b8f55432e2fc1
PODFILE CHECKSUM: ce813becb6471581d2231aa1586a015081ae7114
COCOAPODS: 1.0.0
COCOAPODS: 0.39.0
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