|
|
@@ -1,14 +1,70 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
|
|
|
<device id="retina4_7" orientation="portrait"> |
|
|
|
<adaptation id="fullscreen"/> |
|
|
|
</device> |
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Gx6-bv-CNq"> |
|
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/> |
|
|
|
<dependencies> |
|
|
|
<deployment identifier="iOS"/> |
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/> |
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> |
|
|
|
<capability name="System colors in document resources" minToolsVersion="11.0"/> |
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
|
|
|
</dependencies> |
|
|
|
<scenes> |
|
|
|
<!--Home View Controller--> |
|
|
|
<scene sceneID="7hm-Mj-uOj"> |
|
|
|
<objects> |
|
|
|
<viewController id="Gx6-bv-CNq" customClass="HomeViewController" sceneMemberID="viewController"> |
|
|
|
<layoutGuides> |
|
|
|
<viewControllerLayoutGuide type="top" id="12C-PF-bGw"/> |
|
|
|
<viewControllerLayoutGuide type="bottom" id="Z5P-QG-Cwk"/> |
|
|
|
</layoutGuides> |
|
|
|
<view key="view" contentMode="scaleToFill" id="NVh-8s-miL"> |
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
|
|
<subviews> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Dot-s5-Jub"> |
|
|
|
<rect key="frame" x="0.0" y="40" width="375" height="40"/> |
|
|
|
<constraints> |
|
|
|
<constraint firstAttribute="height" constant="40" id="Lsm-ja-0yw"/> |
|
|
|
</constraints> |
|
|
|
<state key="normal" title="Click to Scan"/> |
|
|
|
<connections> |
|
|
|
<action selector="topButtonClick:" destination="Gx6-bv-CNq" eventType="touchUpInside" id="tf8-vg-yfY"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Weight" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OqD-hk-87d"> |
|
|
|
<rect key="frame" x="160.5" y="110" width="54" height="21"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<nil key="highlightedColor"/> |
|
|
|
</label> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uJp-jZ-zgm"> |
|
|
|
<rect key="frame" x="145" y="318.5" width="85" height="30"/> |
|
|
|
<state key="normal" title="Change Unit"/> |
|
|
|
<connections> |
|
|
|
<action selector="changeUnitAction:" destination="Gx6-bv-CNq" eventType="touchUpInside" id="8Vo-jx-ADF"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
</subviews> |
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/> |
|
|
|
<constraints> |
|
|
|
<constraint firstAttribute="trailing" secondItem="Dot-s5-Jub" secondAttribute="trailing" id="5eF-hV-2DG"/> |
|
|
|
<constraint firstItem="Dot-s5-Jub" firstAttribute="leading" secondItem="NVh-8s-miL" secondAttribute="leading" id="AKq-R7-f79"/> |
|
|
|
<constraint firstItem="OqD-hk-87d" firstAttribute="top" secondItem="Dot-s5-Jub" secondAttribute="bottom" constant="30" id="FHe-2W-sdU"/> |
|
|
|
<constraint firstItem="uJp-jZ-zgm" firstAttribute="centerX" secondItem="NVh-8s-miL" secondAttribute="centerX" id="a1z-ae-3de"/> |
|
|
|
<constraint firstItem="uJp-jZ-zgm" firstAttribute="centerY" secondItem="NVh-8s-miL" secondAttribute="centerY" id="cd7-Bk-uam"/> |
|
|
|
<constraint firstItem="Dot-s5-Jub" firstAttribute="top" secondItem="12C-PF-bGw" secondAttribute="bottom" constant="40" id="gai-qi-RsD"/> |
|
|
|
<constraint firstItem="OqD-hk-87d" firstAttribute="centerX" secondItem="NVh-8s-miL" secondAttribute="centerX" id="tWt-4X-eYx"/> |
|
|
|
</constraints> |
|
|
|
</view> |
|
|
|
<navigationItem key="navigationItem" id="Apu-nt-Ffg"/> |
|
|
|
<connections> |
|
|
|
<outlet property="topButton" destination="Dot-s5-Jub" id="x4f-ZC-cps"/> |
|
|
|
<outlet property="weightLabel" destination="OqD-hk-87d" id="Bbt-w9-cgx"/> |
|
|
|
</connections> |
|
|
|
</viewController> |
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="5Zi-40-2De" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> |
|
|
|
</objects> |
|
|
|
<point key="canvasLocation" x="-330" y="35"/> |
|
|
|
</scene> |
|
|
|
<!--View Controller--> |
|
|
|
<scene sceneID="tne-QT-ifu"> |
|
|
|
<objects> |
|
|
@@ -21,8 +77,8 @@ |
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
|
|
<subviews> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unit" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fmz-Up-oVz"> |
|
|
|
<rect key="frame" x="157.5" y="40" width="60" height="35"/> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="单位" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fmz-Up-oVz"> |
|
|
|
<rect key="frame" x="157.5" y="20" width="60" height="35"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
|
<constraints> |
|
|
|
<constraint firstAttribute="width" constant="60" id="7Rz-lB-cl4"/> |
|
|
@@ -31,7 +87,7 @@ |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/> |
|
|
|
<nil key="highlightedColor"/> |
|
|
|
</label> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lta-jT-th5"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lta-jT-th5"> |
|
|
|
<rect key="frame" x="299" y="40" width="57" height="35"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -43,8 +99,8 @@ |
|
|
|
<action selector="zeroClick:" destination="BYZ-38-t0r" eventType="touchUpInside" id="5zL-qr-dOS"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B7N-F7-BA1"> |
|
|
|
<rect key="frame" x="20" y="40" width="129.5" height="35"/> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B7N-F7-BA1"> |
|
|
|
<rect key="frame" x="20" y="20" width="129.5" height="35"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
|
<constraints> |
|
|
|
<constraint firstAttribute="height" constant="35" id="rU5-23-9sE"/> |
|
|
@@ -57,8 +113,8 @@ |
|
|
|
<action selector="breakConnect:" destination="BYZ-38-t0r" eventType="touchUpInside" id="39x-By-0PS"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Not Connected" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UZz-VA-4Ie"> |
|
|
|
<rect key="frame" x="224.5" y="40" width="71" height="35"/> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="未连接" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UZz-VA-4Ie"> |
|
|
|
<rect key="frame" x="224.5" y="20" width="71" height="35"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
|
<accessibility key="accessibilityConfiguration"> |
|
|
|
<accessibilityTraits key="traits" staticText="YES" adjustable="YES"/> |
|
|
@@ -68,21 +124,21 @@ |
|
|
|
<constraint firstAttribute="width" constant="71" id="igt-ey-5lV"/> |
|
|
|
</constraints> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/> |
|
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
|
|
|
<color key="textColor" systemColor="darkTextColor"/> |
|
|
|
<nil key="highlightedColor"/> |
|
|
|
</label> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Weight" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hnA-sg-00L"> |
|
|
|
<rect key="frame" x="19.5" y="87" width="336" height="93"/> |
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="重量" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hnA-sg-00L"> |
|
|
|
<rect key="frame" x="19.5" y="67" width="336" height="93"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
|
<constraints> |
|
|
|
<constraint firstAttribute="width" constant="336" id="ch8-HK-xxE"/> |
|
|
|
<constraint firstAttribute="height" constant="93" id="gde-Pm-oI2"/> |
|
|
|
</constraints> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="20"/> |
|
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
|
|
|
<color key="textColor" systemColor="darkTextColor"/> |
|
|
|
<nil key="highlightedColor"/> |
|
|
|
</label> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="K9U-Cb-Dss"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="K9U-Cb-Dss"> |
|
|
|
<rect key="frame" x="244" y="188" width="112" height="35"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.16862745100000001" green="0.5568627451" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -94,7 +150,7 @@ |
|
|
|
<action selector="linkBle:" destination="BYZ-38-t0r" eventType="touchUpInside" id="d12-LP-reJ"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QN0-5x-oiW"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QN0-5x-oiW"> |
|
|
|
<rect key="frame" x="198" y="316" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -104,7 +160,7 @@ |
|
|
|
<action selector="setTotalKcal:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Egm-sA-ekB"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dYC-aI-DOb"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dYC-aI-DOb"> |
|
|
|
<rect key="frame" x="19" y="316" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -114,7 +170,7 @@ |
|
|
|
<action selector="setweight:" destination="BYZ-38-t0r" eventType="touchUpInside" id="EnA-89-Ksr"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Tjj-JY-AcA"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Tjj-JY-AcA"> |
|
|
|
<rect key="frame" x="281" y="316" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -124,7 +180,7 @@ |
|
|
|
<action selector="setTotalFat:" destination="BYZ-38-t0r" eventType="touchUpInside" id="W1i-RB-pCP"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aHd-SV-ClN"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aHd-SV-ClN"> |
|
|
|
<rect key="frame" x="197" y="358" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -134,7 +190,7 @@ |
|
|
|
<action selector="setTotalFiber:" destination="BYZ-38-t0r" eventType="touchUpInside" id="3BP-b7-CBe"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bB7-ch-hEd"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bB7-ch-hEd"> |
|
|
|
<rect key="frame" x="184" y="316" width="6" height="160"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -142,7 +198,7 @@ |
|
|
|
<action selector="setweight:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Sxa-0n-d5J"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jNP-VH-9Hs"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jNP-VH-9Hs"> |
|
|
|
<rect key="frame" x="102" y="358" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -152,7 +208,7 @@ |
|
|
|
<action selector="setTotalCarbohydrates:" destination="BYZ-38-t0r" eventType="touchUpInside" id="DHh-1Q-DRV"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zhs-16-laT"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zhs-16-laT"> |
|
|
|
<rect key="frame" x="18" y="358" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -162,7 +218,7 @@ |
|
|
|
<action selector="setTotalProtein:" destination="BYZ-38-t0r" eventType="touchUpInside" id="pSY-OV-hWL"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yav-W6-U1P"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yav-W6-U1P"> |
|
|
|
<rect key="frame" x="280" y="358" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -172,7 +228,7 @@ |
|
|
|
<action selector="setTotalCholesterol:" destination="BYZ-38-t0r" eventType="touchUpInside" id="F61-ss-WUg"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="62R-0M-lRo"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="62R-0M-lRo"> |
|
|
|
<rect key="frame" x="197" y="400" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -182,7 +238,7 @@ |
|
|
|
<action selector="setFat:" destination="BYZ-38-t0r" eventType="touchUpInside" id="nrd-fc-7Sx"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pfA-SF-uWV"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pfA-SF-uWV"> |
|
|
|
<rect key="frame" x="101" y="400" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -192,7 +248,7 @@ |
|
|
|
<action selector="setTotalSuger:" destination="BYZ-38-t0r" eventType="touchUpInside" id="1ou-ar-TDc"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Adl-yc-RgY"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Adl-yc-RgY"> |
|
|
|
<rect key="frame" x="18" y="400" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -202,7 +258,7 @@ |
|
|
|
<action selector="setTotalSodium:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Ofn-kU-I0p"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BuN-Kd-HBC"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BuN-Kd-HBC"> |
|
|
|
<rect key="frame" x="280" y="400" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -212,7 +268,7 @@ |
|
|
|
<action selector="setProtein:" destination="BYZ-38-t0r" eventType="touchUpInside" id="hTn-Ue-LoY"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GDF-5S-qGW"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GDF-5S-qGW"> |
|
|
|
<rect key="frame" x="198" y="442" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -222,7 +278,7 @@ |
|
|
|
<action selector="setSodium:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Qle-4d-ETI"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RDh-a4-8UP"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RDh-a4-8UP"> |
|
|
|
<rect key="frame" x="102" y="442" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -232,7 +288,7 @@ |
|
|
|
<action selector="setFiber:" destination="BYZ-38-t0r" eventType="touchUpInside" id="EAX-Wh-O58"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Hn-mG-UCU"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Hn-mG-UCU"> |
|
|
|
<rect key="frame" x="19" y="442" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -242,7 +298,7 @@ |
|
|
|
<action selector="setCarbohydrates:" destination="BYZ-38-t0r" eventType="touchUpInside" id="fm4-4o-aqf"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5sx-HA-qoK"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5sx-HA-qoK"> |
|
|
|
<rect key="frame" x="281" y="442" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -252,7 +308,7 @@ |
|
|
|
<action selector="setSuger:" destination="BYZ-38-t0r" eventType="touchUpInside" id="MmL-Ts-Uk7"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uP5-Uj-qbZ"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uP5-Uj-qbZ"> |
|
|
|
<rect key="frame" x="20" y="484" width="73" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -262,7 +318,7 @@ |
|
|
|
<action selector="setCholesterol:" destination="BYZ-38-t0r" eventType="touchUpInside" id="pyd-cM-3tQ"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EH8-Dz-J4n"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EH8-Dz-J4n"> |
|
|
|
<rect key="frame" x="102" y="316" width="75" height="34"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -275,7 +331,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4rd-kO-TDn"> |
|
|
|
<rect key="frame" x="20" y="232" width="90" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -285,7 +340,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="dlV-Cm-f68"> |
|
|
|
<rect key="frame" x="185" y="232" width="95" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -295,7 +349,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="tNy-T9-sEZ"> |
|
|
|
<rect key="frame" x="20" y="270" width="90" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -305,14 +358,13 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="OQ7-iN-9kk"> |
|
|
|
<rect key="frame" x="185" y="270" width="95" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
|
<action selector="WeightInput_four:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="DeN-ii-EPS"/> |
|
|
|
</connections> |
|
|
|
</textField> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="oWY-3L-Jt2"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="oWY-3L-Jt2"> |
|
|
|
<rect key="frame" x="124" y="231" width="53" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
@@ -321,7 +373,7 @@ |
|
|
|
<action selector="setWeight_one:" destination="BYZ-38-t0r" eventType="touchUpInside" id="LoH-pc-WXb"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mcy-pN-j9I"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mcy-pN-j9I"> |
|
|
|
<rect key="frame" x="288" y="232" width="68" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
@@ -330,7 +382,7 @@ |
|
|
|
<action selector="setWeight_two:" destination="BYZ-38-t0r" eventType="touchUpInside" id="719-iY-Cc5"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qUs-lm-aZz"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qUs-lm-aZz"> |
|
|
|
<rect key="frame" x="125" y="269" width="52" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
@@ -339,7 +391,7 @@ |
|
|
|
<action selector="SetWeight_three:" destination="BYZ-38-t0r" eventType="touchUpInside" id="YuA-cb-qe0"/> |
|
|
|
</connections> |
|
|
|
</button> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ySq-f6-v6H"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ySq-f6-v6H"> |
|
|
|
<rect key="frame" x="288" y="269" width="68" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
@@ -351,7 +403,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter the number and click thebutton to set" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gEn-KV-DuW"> |
|
|
|
<rect key="frame" x="105" y="488" width="250" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="11"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -361,7 +412,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="weight" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="TNU-bA-lwN"> |
|
|
|
<rect key="frame" x="20" y="526" width="97" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -371,14 +421,13 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="totalKCAL" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Xq7-S2-1m0"> |
|
|
|
<rect key="frame" x="140" y="526" width="97" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
|
<action selector="ForKcal:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="dzs-in-g4h"/> |
|
|
|
</connections> |
|
|
|
</textField> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ssw-HO-QB3"> |
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ssw-HO-QB3"> |
|
|
|
<rect key="frame" x="20" y="564" width="74" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<color key="backgroundColor" red="0.0078431372550000003" green="0.59999999999999998" blue="0.76078431369999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|
|
@@ -390,7 +439,6 @@ |
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Kcal" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="zR6-bk-7KI"> |
|
|
|
<rect key="frame" x="258" y="526" width="97" height="30"/> |
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
|
|
|
<nil key="textColor"/> |
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/> |
|
|
|
<textInputTraits key="textInputTraits"/> |
|
|
|
<connections> |
|
|
@@ -428,7 +476,15 @@ |
|
|
|
</viewController> |
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
|
|
|
</objects> |
|
|
|
<point key="canvasLocation" x="285.60000000000002" y="344.97751124437787"/> |
|
|
|
<point key="canvasLocation" x="871" y="341"/> |
|
|
|
</scene> |
|
|
|
</scenes> |
|
|
|
<resources> |
|
|
|
<systemColor name="darkTextColor"> |
|
|
|
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
|
</systemColor> |
|
|
|
<systemColor name="systemBackgroundColor"> |
|
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
|
|
|
</systemColor> |
|
|
|
</resources> |
|
|
|
</document> |