Skip to content

Commit

Permalink
Hide scroll indicator from TabsView (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosaad authored Apr 4, 2019
1 parent a9a07bc commit d9e73a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tabs/TabsView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="172"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="n1r-Wd-YDF">
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n1r-Wd-YDF">
<rect key="frame" x="0.0" y="0.0" width="375" height="172"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</scrollView>
Expand Down

0 comments on commit d9e73a2

Please sign in to comment.