diff options
author | Vitaly Takmazov | 2021-12-01 16:28:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-12-01 16:28:53 +0300 |
commit | 215afc1f5e11e24637c8e03454dbc9df2262a04b (patch) | |
tree | 6902418062ce514872675d8dc669a8e585371829 /Juick/Main.storyboard | |
parent | 65771b0d70a26aab2c71602390280c41b6bb6862 (diff) |
Fixes for Mac
Diffstat (limited to 'Juick/Main.storyboard')
-rw-r--r-- | Juick/Main.storyboard | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 6a7f2d2..41051bf 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -121,16 +121,6 @@ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> - <prototypes> - <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="AEY-as-2qP"> - <rect key="frame" x="0.0" y="44.5" width="375" height="43.5"/> - <autoresizingMask key="autoresizingMask"/> - <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="AEY-as-2qP" id="Cq3-u0-nDX"> - <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/> - <autoresizingMask key="autoresizingMask"/> - </tableViewCellContentView> - </tableViewCell> - </prototypes> <connections> <outlet property="dataSource" destination="EdR-oD-q3M" id="Eng-FK-usf"/> <outlet property="delegate" destination="EdR-oD-q3M" id="cn9-am-VAa"/> @@ -292,20 +282,11 @@ <scene sceneID="CAp-HD-pIQ"> <objects> <tableViewController title="Chats" id="vqF-gx-pZG" customClass="DialogsViewController" sceneMemberID="viewController"> - <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZQ7-23-Nqu"> + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="68" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZQ7-23-Nqu"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> - <prototypes> - <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="notificationCell" id="KSR-Fu-ZcK" userLabel=" " customClass="ConversationCell"> - <rect key="frame" x="0.0" y="44.5" width="375" height="43.5"/> - <autoresizingMask key="autoresizingMask"/> - <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="KSR-Fu-ZcK" id="BUc-6q-MYj"> - <rect key="frame" x="0.0" y="0.0" width="349.5" height="43.5"/> - <autoresizingMask key="autoresizingMask"/> - </tableViewCellContentView> - </tableViewCell> - </prototypes> + <sections/> <connections> <outlet property="dataSource" destination="vqF-gx-pZG" id="kEz-Xy-OQT"/> <outlet property="delegate" destination="vqF-gx-pZG" id="xKF-Xt-zWe"/> |