|
|
@@ -29,6 +29,7 @@
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bO9-PD-f6o" customClass="CustomButton">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="80" height="47"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <state key="normal" image="img_bg_morepopup_icon_masterchange"/>
|
|
|
<state key="highlighted" image="img_bg_morepopup_icon_masterchange_press"/>
|
|
|
<connections>
|
|
|
<action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="gR8-AF-O4L"/>
|
|
|
@@ -37,6 +38,7 @@
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Ci-wC-hR9" customClass="CustomButton">
|
|
|
<rect key="frame" x="80" y="0.0" width="80" height="47"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <state key="normal" image="img_bg_morepopup_icon_add"/>
|
|
|
<state key="highlighted" image="img_bg_morepopup_icon_add_press"/>
|
|
|
<connections>
|
|
|
<action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="JQ6-ai-2mA"/>
|
|
|
@@ -45,6 +47,7 @@
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jDL-F6-Yhx" customClass="CustomButton">
|
|
|
<rect key="frame" x="160" y="0.0" width="80" height="47"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <state key="normal" image="img_bg_morepopup_icon_delete"/>
|
|
|
<state key="highlighted" image="img_bg_morepopup_icon_delete_press"/>
|
|
|
<connections>
|
|
|
<action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="sdB-vM-rGF"/>
|
|
|
@@ -53,6 +56,7 @@
|
|
|
<button opaque="NO" contentMode="scaleToFill" restorationIdentifier="MorePopVC" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ocQ-lF-sEP" customClass="CustomButton">
|
|
|
<rect key="frame" x="240" y="0.0" width="80" height="47"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <state key="normal" image="img_bg_morepopup_icon_refresh"/>
|
|
|
<state key="highlighted" image="img_bg_morepopup_icon_refresh_press"/>
|
|
|
<connections>
|
|
|
<action selector="btnAction:" destination="bhZ-03-HmT" eventType="touchUpInside" id="CKx-Eu-h9S"/>
|
|
|
@@ -604,9 +608,13 @@
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
+ <image name="img_bg_morepopup_icon_add" width="23" height="23"/>
|
|
|
<image name="img_bg_morepopup_icon_add_press" width="23" height="23"/>
|
|
|
+ <image name="img_bg_morepopup_icon_delete" width="23" height="23"/>
|
|
|
<image name="img_bg_morepopup_icon_delete_press" width="23" height="23"/>
|
|
|
+ <image name="img_bg_morepopup_icon_masterchange" width="23" height="23"/>
|
|
|
<image name="img_bg_morepopup_icon_masterchange_press" width="23" height="23"/>
|
|
|
+ <image name="img_bg_morepopup_icon_refresh" width="23" height="23"/>
|
|
|
<image name="img_bg_morepopup_icon_refresh_press" width="23" height="23"/>
|
|
|
<image name="shadow_top" width="1" height="1"/>
|
|
|
<image name="tp_01_img_control_camera_down" width="40" height="40"/>
|