Commit 650cf2c8 authored by AvatarC's avatar AvatarC

添加“填写行情反馈”的类和图片资源

parent 242312be
This diff is collapsed.
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
{
"images" : [
{
"idiom" : "universal",
"filename" : "xf_camera_add_pic.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "xf_camera_add_pic@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
{
"images" : [
{
"idiom" : "universal",
"filename" : "xf_camera_no_pic.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "xf_camera_no_pic@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
{
"images" : [
{
"idiom" : "universal",
"filename" : "xf_delete_pic.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "xf_delete_pic@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#import "GXFFunctionCollectionViewCell.h" #import "GXFFunctionCollectionViewCell.h"
#import "GXFListProcessViewController.h" #import "GXFListProcessViewController.h"
#import "GXFFunctionDB.h" #import "GXFFunctionDB.h"
#import "WriteFeedbackViewController.h"
#define ICRFUNCTION_IMG_TOP_PADDING (25) #define ICRFUNCTION_IMG_TOP_PADDING (25)
#define ICRFUNCTION_IMG_WIDTH (65) #define ICRFUNCTION_IMG_WIDTH (65)
#define ICRFUNCTION_LABEL_HEIGHT (15) #define ICRFUNCTION_LABEL_HEIGHT (15)
...@@ -244,8 +244,8 @@ static NSString *collectionCellID = @"collectionCell"; ...@@ -244,8 +244,8 @@ static NSString *collectionCellID = @"collectionCell";
case kFunctionFeedBackSurvey: //填写行情反馈3 case kFunctionFeedBackSurvey: //填写行情反馈3
{ {
SurveyViewController *svc = [[SurveyViewController alloc] init]; WriteFeedbackViewController *svc = [[WriteFeedbackViewController alloc] init];
svc.title = [IBTCommon localizableString:@"Survey"]; // svc.title = [IBTCommon localizableString:@"Survey"];
svc.navigationItem.hidesBackButton = YES; svc.navigationItem.hidesBackButton = YES;
[self PushViewController:svc animated:YES]; [self PushViewController:svc animated:YES];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment