Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
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
张杰
xffruit
Commits
2bf26c46
Commit
2bf26c46
authored
Mar 03, 2016
by
管鹏飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除照片 Sandy
parent
6762b7ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
HGPhWViewController.m
...ers/FeedBack/TakePhotos/HGPhotoWall/HGPhWViewController.m
+1
-0
WriteFeedbackViewController.m
...it/ViewControllers/FeedBack/WriteFeedbackViewController.m
+2
-4
No files found.
XFFruit/ViewControllers/FeedBack/TakePhotos/HGPhotoWall/HGPhWViewController.m
View file @
2bf26c46
...
@@ -130,6 +130,7 @@ static HGPhWViewController *_instance = nil;
...
@@ -130,6 +130,7 @@ static HGPhWViewController *_instance = nil;
}
}
-
(
void
)
photoWallPhotoDel
:
(
NSUInteger
)
index
{
-
(
void
)
photoWallPhotoDel
:
(
NSUInteger
)
index
{
[
_photoWall
deletePhotoByIndex
:
index
];
[
_photoWall
deletePhotoByIndex
:
index
];
[[
JavenImages
shareInstance
].
imageArr
removeObjectAtIndex
:
index
];
}
}
-
(
void
)
delCoverV
{
-
(
void
)
delCoverV
{
...
...
XFFruit/ViewControllers/FeedBack/WriteFeedbackViewController.m
View file @
2bf26c46
...
@@ -132,12 +132,9 @@ typedef NS_ENUM(NSUInteger, feedbackCellInfo){
...
@@ -132,12 +132,9 @@ typedef NS_ENUM(NSUInteger, feedbackCellInfo){
[
imgV
addGestureRecognizer
:
tpGes
];
[
imgV
addGestureRecognizer
:
tpGes
];
[
backView
addSubview
:
imgV
];
[
backView
addSubview
:
imgV
];
_headImageView
=
imgV
;
_headImageView
=
imgV
;
//if ([JavenImages shareInstance].imageArr.count > 0) {
imgV
.
frame
=
backView
.
frame
;
imgV
.
frame
=
backView
.
frame
;
//imgV.image = [JavenImages shareInstance].imageArr[0];
UIButton
*
btn
=
[
UIButton
buttonWithType
:
UIButtonTypeCustom
];
UIButton
*
btn
=
[
UIButton
buttonWithType
:
UIButtonTypeCustom
];
btn
.
frame
=
(
CGRect
){
btn
.
frame
=
(
CGRect
){
.
origin
.
x
=
imgV
.
width
*
0
.
2
,
.
origin
.
x
=
imgV
.
width
*
0
.
2
,
...
@@ -512,6 +509,7 @@ typedef NS_ENUM(NSUInteger, feedbackCellInfo){
...
@@ -512,6 +509,7 @@ typedef NS_ENUM(NSUInteger, feedbackCellInfo){
_headImageView
.
hidden
=
NO
;
_headImageView
.
hidden
=
NO
;
_noImageHeadView
.
hidden
=
YES
;
_noImageHeadView
.
hidden
=
YES
;
}
else
{
}
else
{
_headImageView
.
hidden
=
YES
;
_noImageHeadView
.
hidden
=
NO
;
_noImageHeadView
.
hidden
=
NO
;
}
}
}
}
...
...
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