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
f84fe836
Commit
f84fe836
authored
8 years ago
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项说明:
parent
bc555a21
master
dev
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
213 additions
and
210 deletions
+213
-210
GuideIntegralViewController.m
Class/GuideIntegralViewController.m
+4
-1
OppleMain.storyboard
Lighting/OppleMain.storyboard
+209
-209
No files found.
Class/GuideIntegralViewController.m
View file @
f84fe836
...
@@ -28,13 +28,16 @@
...
@@ -28,13 +28,16 @@
}
}
#pragma mark - 添加积分明细
#pragma mark - 添加积分明细
、导购头像
-
(
void
)
addChildViewController
-
(
void
)
addChildViewController
{
{
PaymentsViewController
*
payments
=
[[[
self
class
]
getMainStoryboardClass
]
instantiateViewControllerWithIdentifier
:
@"PaymentsViewController"
];
PaymentsViewController
*
payments
=
[[[
self
class
]
getMainStoryboardClass
]
instantiateViewControllerWithIdentifier
:
@"PaymentsViewController"
];
[
self
addChildViewController
:
payments
];
[
self
addChildViewController
:
payments
];
payments
.
view
.
frame
=
CGRectMake
(
0
,
50
,
self
.
integralDetailsView
.
mj_w
,
self
.
integralDetailsView
.
mj_h
-
50
);
payments
.
view
.
frame
=
CGRectMake
(
0
,
50
,
self
.
integralDetailsView
.
mj_w
,
self
.
integralDetailsView
.
mj_h
-
50
);
[
self
.
integralDetailsView
addSubview
:
payments
.
view
];
[
self
.
integralDetailsView
addSubview
:
payments
.
view
];
NSString
*
headerurl
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
picture
;
[
self
.
guideHeaderView
sd_setImageWithURL
:[
NSURL
URLWithString
:
headerurl
]
placeholderImage
:
ReplaceImage
];
}
}
...
...
This diff is collapsed.
Click to expand it.
Lighting/OppleMain.storyboard
View file @
f84fe836
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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