Skip to content

Commit

Permalink
made the new date pickers inline + changed the theme colour to fit ou…
Browse files Browse the repository at this point in the history
…r theme
  • Loading branch information
rochelletxy committed Dec 30, 2020
1 parent be1f6b3 commit 5b679e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,9 @@
<action selector="startTimeEditingEnd:" destination="alL-dY-rrf" eventType="editingDidEndOnExit" id="k0s-fd-oRx"/>
</connections>
</textField>
<datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="YRW-sp-4lC">
<datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" style="compact" translatesAutoresizingMaskIntoConstraints="NO" id="YRW-sp-4lC">
<rect key="frame" x="20" y="0.0" width="348" height="43.666666666666664"/>
<color key="tintColor" red="0.23024576899999999" green="0.54647713899999995" blue="0.87383675579999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</datePicker>
</subviews>
<constraints>
Expand Down Expand Up @@ -973,8 +974,9 @@
<action selector="endTimeEditingEnd:" destination="alL-dY-rrf" eventType="editingDidEndOnExit" id="41n-hX-qKq"/>
</connections>
</textField>
<datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" translatesAutoresizingMaskIntoConstraints="NO" id="HNn-Wn-CMj">
<datePicker contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" datePickerMode="time" minuteInterval="1" style="compact" translatesAutoresizingMaskIntoConstraints="NO" id="HNn-Wn-CMj">
<rect key="frame" x="20" y="0.0" width="348" height="43.666666666666664"/>
<color key="tintColor" red="0.23024576899999999" green="0.54647713899999995" blue="0.87383675579999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</datePicker>
</subviews>
<constraints>
Expand Down Expand Up @@ -1578,7 +1580,7 @@
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ez6-os-fcW" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" opaque="NO" contentMode="scaleToFill" largeTitles="YES" id="6oe-Qy-AEJ">
<rect key="frame" x="0.0" y="44" width="428" height="96"/>
<rect key="frame" x="0.0" y="44" width="428" height="104.33333333333334"/>
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" red="0.2709889412" green="0.52914750580000003" blue="0.88631838559999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</navigationBar>
Expand Down

0 comments on commit 5b679e9

Please sign in to comment.