From 63f7ed967433acee3ae8764c7a077e15c29c41f2 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 06 十一月 2024 21:17:19 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Other/View/ShareView.xib | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Other/View/ShareView.xib b/XQMuse/Root/Other/View/ShareView.xib index 3cf8d6f..2577ce4 100644 --- a/XQMuse/Root/Other/View/ShareView.xib +++ b/XQMuse/Root/Other/View/ShareView.xib @@ -113,6 +113,9 @@ <constraint firstItem="TFY-Ai-5mf" firstAttribute="top" secondItem="YWd-mA-5l0" secondAttribute="top" id="wSS-km-sdb"/> <constraint firstItem="TFY-Ai-5mf" firstAttribute="leading" secondItem="YWd-mA-5l0" secondAttribute="leading" id="ysx-fS-W3X"/> </constraints> + <connections> + <action selector="saveAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="4Ab-aC-JOh"/> + </connections> </view> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> @@ -202,7 +205,7 @@ </view> </objects> <resources> - <image name="btn_close" width="21.333333969116211" height="21.333333969116211"/> + <image name="btn_close" width="20" height="20"/> <image name="btn_download" width="51" height="51"/> <image name="btn_wechat_1" width="50" height="50"/> <image name="btn_wechat_fri" width="51" height="51"/> -- Gitblit v1.7.1