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
4226526f
Commit
4226526f
authored
Jul 31, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化通过storyboard创建控制器
parent
119c7d02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ExperienceCentreViewController.m
...eriencecentre/Controller/ExperienceCentreViewController.m
+1
-1
OppleMain.storyboard
Lighting/StoryBoards/OppleMain.storyboard
+1
-1
No files found.
Lighting/Class/Experiencecentre/Controller/ExperienceCentreViewController.m
View file @
4226526f
...
...
@@ -243,7 +243,7 @@
-
(
IBAction
)
ShoppingBagButtonClickAction
:
(
UIButton
*
)
sender
{
sender
.
selected
=
YES
;
ShoppingBagViewController
*
shoppingBag
=
[
ShoppingBagViewController
viewControllerWithStoryBoardType
:
STORYBOARD_TYPE_
LEARNINGCENTER
];
ShoppingBagViewController
*
shoppingBag
=
[
ShoppingBagViewController
viewControllerWithStoryBoardType
:
STORYBOARD_TYPE_
MAIN
];
[
shoppingBag
setDismissBlock
:
^
{
sender
.
selected
=
NO
;
}];
...
...
Lighting/StoryBoards/OppleMain.storyboard
View file @
4226526f
...
...
@@ -6477,7 +6477,7 @@
<!--Scene View Controller-->
<scene sceneID="Ezg-ab-G2Y">
<objects>
<viewController storyboardIdentifier="SceneController" id="oDx-32-j3R" customClass="SceneViewController" sceneMemberID="viewController">
<viewController storyboardIdentifier="Scene
View
Controller" id="oDx-32-j3R" customClass="SceneViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="i7H-IF-E5e"/>
<viewControllerLayoutGuide type="bottom" id="iGh-DT-f1t"/>
...
...
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