Skip to content

Commit

Permalink
Update all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ahmed-anwer committed Sep 6, 2024
1 parent c93ca3f commit 20a0af8
Showing 1 changed file with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="IpW-l7-kKG">
<rect key="frame" x="20" y="20" width="62" height="110"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="6j0-QM-xR8">
<rect key="frame" x="0.0" y="14" width="62" height="82"/>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="12" translatesAutoresizingMaskIntoConstraints="NO" id="6j0-QM-xR8">
<rect key="frame" x="0.0" y="24.000000000000004" width="62" height="62.333333333333343"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" alignment="top" translatesAutoresizingMaskIntoConstraints="NO" id="lZ1-F4-hm2">
<rect key="frame" x="0.0" y="0.0" width="62" height="30"/>
Expand All @@ -50,19 +50,8 @@
</button>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="fx7-IX-yfN">
<rect key="frame" x="0.0" y="38" width="62" height="15.666666666666664"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00.00.12" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tIy-cs-Htr">
<rect key="frame" x="0.0" y="0.0" width="62" height="15.666666666666666"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" systemColor="systemGrayColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Ahmed" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uPF-TM-zKc">
<rect key="frame" x="0.0" y="61.666666666666679" width="62" height="20.333333333333336"/>
<rect key="frame" x="0.0" y="42" width="62" height="20.333333333333329"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
<color key="textColor" name="404040"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -90,7 +79,6 @@
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="time" destination="tIy-cs-Htr" id="xhL-GM-Pdr"/>
<outlet property="transcriptionText" destination="uPF-TM-zKc" id="Hq2-3D-WjP"/>
</connections>
<point key="canvasLocation" x="196.18320610687022" y="32.394366197183103"/>
Expand All @@ -104,9 +92,6 @@
<namedColor name="BackgroundColor">
<color red="0.96862745098039216" green="0.96078431372549022" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="systemGrayColor">
<color red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
<systemColor name="tintColor">
<color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
Expand Down

0 comments on commit 20a0af8

Please sign in to comment.