diff --git a/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/Contents.json b/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/Contents.json new file mode 100644 index 0000000..bce27fe --- /dev/null +++ b/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "seaxuanduo.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/seaxuanduo.png b/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/seaxuanduo.png new file mode 100644 index 0000000..587a669 Binary files /dev/null and b/Ifish/Assets.xcassets/绚多设备/seaxuanduo.imageset/seaxuanduo.png differ diff --git a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m index b25469f..cbe7697 100644 --- a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m +++ b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m @@ -179,7 +179,9 @@ } else if ([self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO4F]||[self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO5F]) { - self.imageView.image=[UIImage imageNamed:@"pet"]; + if ([self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO5F]) { + self.imageView.image=[UIImage imageNamed:@"seaxuanduo"]; + } self.controlBtn.hidden=NO; self.cameraBtn.hidden=NO;