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
93d78f62
Commit
93d78f62
authored
May 16, 2016
by
zhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
986fdbfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
2 deletions
+51
-2
CustomPictureShowCell.m
Lighting/Class/CustomPictureShowCell.m
+0
-2
FollowHeartViewController.m
Lighting/Class/FollowHeartViewController.m
+1
-0
SeceneLibraryView.m
Lighting/Class/SeceneLibraryView.m
+50
-0
No files found.
Lighting/Class/CustomPictureShowCell.m
View file @
93d78f62
...
...
@@ -18,8 +18,6 @@
self
=
[
super
initWithStyle
:
style
reuseIdentifier
:
reuseIdentifier
];
if
(
self
)
{
// [self setFrame:self.frame];
// self.frame.size.width=800;
[
self
bulidLayout
];
}
return
self
;
...
...
Lighting/Class/FollowHeartViewController.m
View file @
93d78f62
...
...
@@ -41,6 +41,7 @@
}
#pragma subView delegate
-
(
void
)
buttonClick
:
(
NSInteger
)
btnTag
withButton
:
(
UIButton
*
)
button
{
...
...
Lighting/Class/SeceneLibraryView.m
View file @
93d78f62
...
...
@@ -17,6 +17,56 @@
}
return
self
;
}
//#pragma mark -获取场景筛选数据
//- (void)getdatasAction
//{
//
// [[NetworkRequestClassManager Manager] NetworkRequestWithURL:[NSString stringWithFormat:@"%@%@",ServerAddress,@"/scene/getSceneFilter"] WithRequestType:1 WithParameter:nil WithReturnValueBlock:^(id returnValue) {
//
// if ([returnValue[@"code"] isEqualToNumber:@0]) {
//
// self.filter = [[SceneFilter alloc]initWithDictionary:returnValue[@"data"] error:nil];
//
// }
// else
// {
// [self ErrorMBProgressView:returnValue[@"message"]];
// }
//
// } WithErrorCodeBlock:^(id errorCodeValue) {
//
// } WithFailureBlock:^(id error) {
//
// }];
//}
//
//
//#pragma mark -获取场景列表数据
//- (void)getSceneLibrarydatas:(SceneCondition *)condition
//{
// [self CreateMBProgressHUDLoding];
// [[NetworkRequestClassManager Manager] NetworkRequestWithURL:[NSString stringWithFormat:@"%@%@",ServerAddress,@"/scene/query"] WithRequestType:0 WithParameter:condition WithReturnValueBlock:^(id returnValue) {
//
//
// [self RemoveMBProgressHUDLoding];
// if ([returnValue[@"code"] isEqualToNumber:@0]) {
//
// self.response = [[SceneResponse alloc]initWithDictionary:returnValue[@"data"] error:nil];
// [self.seceneLibararyCollectionView reloadData];
// }
// else
// {
// [self ErrorMBProgressView:returnValue[@"message"]];
// }
//
// } WithErrorCodeBlock:^(id errorCodeValue) {
//
// } WithFailureBlock:^(id error) {
//
// [self RemoveMBProgressHUDLoding];
// }];
//}
-
(
void
)
initdata
{
self
.
arrayData
=
[[
NSMutableArray
alloc
]
init
];
...
...
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