diff options
author | Vitaly Takmazov | 2019-10-02 21:00:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 21:00:34 +0300 |
commit | e463896f7cab7eb9482085cf39a025e83408a14c (patch) | |
tree | 6f3473b34e1893d987144a55d8d9c8480269bfb7 /Juick/Main.storyboard | |
parent | 633abd8498f2ef52d7e2989e111d55012053ad74 (diff) |
Cleanup notifications
Diffstat (limited to 'Juick/Main.storyboard')
-rw-r--r-- | Juick/Main.storyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 4ab443e..20364fe 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -8,10 +8,10 @@ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> - <!--Thread View Controller--> + <!--Thread--> <scene sceneID="hRe-9n-wGd"> <objects> - <tableViewController storyboardIdentifier="threadViewControllerIdentifier" hidesBottomBarWhenPushed="YES" id="egN-ti-sbh" customClass="ThreadViewController" sceneMemberID="viewController"> + <tableViewController storyboardIdentifier="threadViewControllerIdentifier" title="Thread" hidesBottomBarWhenPushed="YES" id="egN-ti-sbh" customClass="ThreadViewController" 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="R7I-ps-E4b"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |