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
6d6afa76
Commit
6d6afa76
authored
May 24, 2016
by
polo2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
场景中的房型改为空间
parent
83fe44fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SceneLibraryViewController.m
Lighting/Class/SceneLibraryViewController.m
+3
-3
No files found.
Lighting/Class/SceneLibraryViewController.m
View file @
6d6afa76
...
...
@@ -136,7 +136,7 @@
self
.
StyleButton
.
layer
.
cornerRadius
=
10
;
self
.
SpaceButton
=
[
screeningButton
buttonWithType
:
UIButtonTypeCustom
];
self
.
SpaceButton
.
frame
=
CGRectMake
(
ScreenWidth
-
200
,
14
,
150
,
30
);
[
self
.
SpaceButton
setTitle
:
@"
房型
"
forState
:
UIControlStateNormal
];
[
self
.
SpaceButton
setTitle
:
@"
空间
"
forState
:
UIControlStateNormal
];
self
.
SpaceButton
.
layer
.
masksToBounds
=
YES
;
self
.
SpaceButton
.
backgroundColor
=
kTCColor
(
131
,
131
,
131
);
[
self
.
SpaceButton
addTarget
:
self
action
:
@selector
(
HouseStyleButtonClick
:
)
forControlEvents
:
UIControlEventTouchUpInside
];
...
...
@@ -240,7 +240,7 @@
}
#pragma mark -
房型
风格
#pragma mark -
空间
风格
-
(
void
)
HouseStyleButtonClick
:
(
UIButton
*
)
sender
{
[
self
ShowPopoverViewController
:
CGSizeMake
(
200
,
300
)
Withdatas
:
self
.
filter
.
space
ShowButton
:
sender
SelectedIndex
:
1
];
...
...
@@ -277,7 +277,7 @@
page
.
page
=
0
;
condition
.
page
=
page
;
//
房型
code
//
空间
code
if
(
Selected
)
{
condition
.
spaceEquals
=
Type
;
...
...
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