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
f42bd4cf
Commit
f42bd4cf
authored
Nov 21, 2016
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项说明:积分开发
parent
411e96c3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
293 additions
and
89 deletions
+293
-89
IntegralDetailsTableViewCell.h
Class/IntegralDetailsTableViewCell.h
+29
-0
IntegralDetailsTableViewCell.m
Class/IntegralDetailsTableViewCell.m
+24
-0
IntegralDetailsViewController.h
Class/IntegralDetailsViewController.h
+19
-0
IntegralDetailsViewController.m
Class/IntegralDetailsViewController.m
+37
-0
project.pbxproj
Lighting.xcodeproj/project.pbxproj
+20
-0
GuideIntegral.storyboard
Lighting/GuideIntegral.storyboard
+92
-17
OppleMain.storyboard
Lighting/OppleMain.storyboard
+72
-72
No files found.
Class/IntegralDetailsTableViewCell.h
0 → 100644
View file @
f42bd4cf
//
// IntegralDetailsTableViewCell.h
// Lighting
//
// Created by 曹云霄 on 2016/11/21.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface
IntegralDetailsTableViewCell
:
UITableViewCell
/**
积分类型
*/
@property
(
weak
,
nonatomic
)
IBOutlet
UILabel
*
integralTypeLabel
;
/**
生成时间
*/
@property
(
weak
,
nonatomic
)
IBOutlet
UILabel
*
integralTimeLabel
;
/**
积分数
*/
@property
(
weak
,
nonatomic
)
IBOutlet
UILabel
*
integralNumberLabel
;
@end
Class/IntegralDetailsTableViewCell.m
0 → 100644
View file @
f42bd4cf
//
// IntegralDetailsTableViewCell.m
// Lighting
//
// Created by 曹云霄 on 2016/11/21.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "IntegralDetailsTableViewCell.h"
@implementation
IntegralDetailsTableViewCell
-
(
void
)
awakeFromNib
{
[
super
awakeFromNib
];
// Initialization code
}
-
(
void
)
setSelected
:
(
BOOL
)
selected
animated
:
(
BOOL
)
animated
{
[
super
setSelected
:
selected
animated
:
animated
];
// Configure the view for the selected state
}
@end
Class/IntegralDetailsViewController.h
0 → 100644
View file @
f42bd4cf
//
// IntegralDetailsViewController.h
// Lighting
//
// Created by 曹云霄 on 2016/11/21.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "BaseViewController.h"
@interface
IntegralDetailsViewController
:
BaseViewController
/**
积分详情
*/
@property
(
weak
,
nonatomic
)
IBOutlet
UITableView
*
integralDetailsTableView
;
@end
Class/IntegralDetailsViewController.m
0 → 100644
View file @
f42bd4cf
//
// IntegralDetailsViewController.m
// Lighting
//
// Created by 曹云霄 on 2016/11/21.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "IntegralDetailsViewController.h"
@interface
IntegralDetailsViewController
()
@end
@implementation
IntegralDetailsViewController
-
(
void
)
viewDidLoad
{
[
super
viewDidLoad
];
// Do any additional setup after loading the view.
}
-
(
void
)
didReceiveMemoryWarning
{
[
super
didReceiveMemoryWarning
];
// Dispose of any resources that can be recreated.
}
/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
@end
Lighting.xcodeproj/project.pbxproj
View file @
f42bd4cf
...
...
@@ -53,6 +53,8 @@
2928F83B1CD0A0CE0036D761
/* CustomTabbarController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2928F83A1CD0A0CE0036D761
/* CustomTabbarController.m */
;
};
2928F8421CD0ABAC0036D761
/* ShoppingViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2928F8411CD0ABAC0036D761
/* ShoppingViewController.m */
;
};
292A14311CE81D1D00EB4430
/* AddressModel.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
292A14301CE81D1D00EB4430
/* AddressModel.m */
;
};
292AD2001DE309C1003EC56E
/* IntegralDetailsViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
292AD1FF1DE309C1003EC56E
/* IntegralDetailsViewController.m */
;
};
292AD2041DE30A5F003EC56E
/* IntegralDetailsTableViewCell.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
292AD2031DE30A5F003EC56E
/* IntegralDetailsTableViewCell.m */
;
};
293163FA1DCE3CBA0075129D
/* LuckyDrawDetailsViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
293163F91DCE3CBA0075129D
/* LuckyDrawDetailsViewController.m */
;
};
293164001DCE3F6D0075129D
/* NotDrawTableViewCell.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
293163FF1DCE3F6D0075129D
/* NotDrawTableViewCell.m */
;
};
293164031DCE3F780075129D
/* UsedDrawTableViewCell.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
293164021DCE3F780075129D
/* UsedDrawTableViewCell.m */
;
};
...
...
@@ -290,6 +292,10 @@
2928F8411CD0ABAC0036D761
/* ShoppingViewController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
ShoppingViewController.m
;
sourceTree
=
"<group>"
;
};
292A142F1CE81D1D00EB4430
/* AddressModel.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
AddressModel.h
;
sourceTree
=
"<group>"
;
};
292A14301CE81D1D00EB4430
/* AddressModel.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
AddressModel.m
;
sourceTree
=
"<group>"
;
};
292AD1FE1DE309C1003EC56E
/* IntegralDetailsViewController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
IntegralDetailsViewController.h
;
sourceTree
=
"<group>"
;
};
292AD1FF1DE309C1003EC56E
/* IntegralDetailsViewController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
IntegralDetailsViewController.m
;
sourceTree
=
"<group>"
;
};
292AD2021DE30A5F003EC56E
/* IntegralDetailsTableViewCell.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
IntegralDetailsTableViewCell.h
;
sourceTree
=
"<group>"
;
};
292AD2031DE30A5F003EC56E
/* IntegralDetailsTableViewCell.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
IntegralDetailsTableViewCell.m
;
sourceTree
=
"<group>"
;
};
293163F81DCE3CBA0075129D
/* LuckyDrawDetailsViewController.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
LuckyDrawDetailsViewController.h
;
sourceTree
=
"<group>"
;
};
293163F91DCE3CBA0075129D
/* LuckyDrawDetailsViewController.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
LuckyDrawDetailsViewController.m
;
sourceTree
=
"<group>"
;
};
293163FE1DCE3F6D0075129D
/* NotDrawTableViewCell.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
NotDrawTableViewCell.h
;
sourceTree
=
"<group>"
;
};
...
...
@@ -920,6 +926,15 @@
name
=
addressSelectedModel
;
sourceTree
=
"<group>"
;
};
292AD2011DE30A35003EC56E
/* Cells */
=
{
isa
=
PBXGroup
;
children
=
(
292AD2021DE30A5F003EC56E
/* IntegralDetailsTableViewCell.h */
,
292AD2031DE30A5F003EC56E
/* IntegralDetailsTableViewCell.m */
,
);
name
=
Cells
;
sourceTree
=
"<group>"
;
};
293393501CD329EC000D997B
/* controller */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -1042,6 +1057,9 @@
children
=
(
295DE56A1DDC5DFA00E27725
/* GuideIntegralViewController.h */
,
295DE56B1DDC5DFA00E27725
/* GuideIntegralViewController.m */
,
292AD1FE1DE309C1003EC56E
/* IntegralDetailsViewController.h */
,
292AD1FF1DE309C1003EC56E
/* IntegralDetailsViewController.m */
,
292AD2011DE30A35003EC56E
/* Cells */
,
);
name
=
GuideIntegral
;
sourceTree
=
"<group>"
;
...
...
@@ -2038,6 +2056,7 @@
293393551CD3379E000D997B
/* ShoppingTableViewCell.m in Sources */
,
2916A73E1D70232700644C8C
/* RebateViewController.m in Sources */
,
29D260F51CEEAE2800A9787D
/* FullScreenViewController.m in Sources */
,
292AD2041DE30A5F003EC56E
/* IntegralDetailsTableViewCell.m in Sources */
,
2985AEA31CE72F1500704C91
/* NSObject+ZXPUnicode.m in Sources */
,
29EAAE951CDC414C00C4DBA2
/* SeceneLibraryCollectionViewCell.m in Sources */
,
2949BAC21CD3055A0049385A
/* MMExampleDrawerVisualStateManager.m in Sources */
,
...
...
@@ -2158,6 +2177,7 @@
29D260F81CEEAF2D00A9787D
/* FullScreenViewCell.m in Sources */
,
290887061CE58BC2000B7097
/* screeningButton.m in Sources */
,
295DEAC21DB786B8006ED4A6
/* CardDontUseViewController.m in Sources */
,
292AD2001DE309C1003EC56E
/* IntegralDetailsViewController.m in Sources */
,
044708611CD7C1E800555827
/* MainSetViewController.m in Sources */
,
29E28CE81CE0B91B00812A55
/* HENLENSONG.m in Sources */
,
299249441CDB51B100786B1E
/* ModifyShippingAddressView.m in Sources */
,
...
...
Lighting/GuideIntegral.storyboard
View file @
f42bd4cf
This diff is collapsed.
Click to expand it.
Lighting/OppleMain.storyboard
View file @
f42bd4cf
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