Skip to content

Commit 1816a53

Browse files
When Smart Invert Mode is enabled on iOS 11, if the dark mode theme is enabled it doesn't invert its colours (that's what I meant with the previous commit 😂)
Also, updated the version number
1 parent be82008 commit 1816a53

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Questions/Base.lproj/Main.storyboard

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ Incorrect answers: X
642642
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
643643
<constraints>
644644
<constraint firstAttribute="height" constant="37.5" id="NTi-r3-4MS"/>
645+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="130" id="sgJ-VO-ByN"/>
645646
</constraints>
646647
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
647648
<state key="normal" title="Pause/Continue"/>
@@ -658,7 +659,7 @@ Incorrect answers: X
658659
<rect key="frame" x="87" y="304" width="240" height="150"/>
659660
<subviews>
660661
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ydF-gf-Ddb">
661-
<rect key="frame" x="0.0" y="104" width="240" height="36"/>
662+
<rect key="frame" x="6" y="104" width="228" height="36"/>
662663
<color key="backgroundColor" red="1" green="0.96078431369999995" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/>
663664
<constraints>
664665
<constraint firstAttribute="height" constant="36" id="6IY-FG-q1w"/>
@@ -677,7 +678,7 @@ Incorrect answers: X
677678
</connections>
678679
</button>
679680
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gby-II-zy5">
680-
<rect key="frame" x="0.3333333333333286" y="10" width="240" height="36"/>
681+
<rect key="frame" x="6.3333333333333286" y="10" width="228" height="36"/>
681682
<color key="backgroundColor" red="1" green="0.96078431369999995" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/>
682683
<constraints>
683684
<constraint firstAttribute="height" constant="36" id="Rh0-5t-S8e"/>
@@ -696,7 +697,7 @@ Incorrect answers: X
696697
</connections>
697698
</button>
698699
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="k5D-mT-l8u">
699-
<rect key="frame" x="0.0" y="57" width="240" height="36"/>
700+
<rect key="frame" x="6" y="57" width="228" height="36"/>
700701
<color key="backgroundColor" red="1" green="0.96078431369999995" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/>
701702
<constraints>
702703
<constraint firstAttribute="height" constant="36" id="Mbz-8x-cOT"/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Questions
22
[![Swift version](https://img.shields.io/badge/Swift-4-orange.svg)](https://swift.org/download)
3-
[![Version](https://img.shields.io/badge/version-v2.18.1--beta-green.svg)](https://github.com/illescasDaniel/Questions/releases)
3+
[![Version](https://img.shields.io/badge/version-v2.19--beta-green.svg)](https://github.com/illescasDaniel/Questions/releases)
44
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/illescasDaniel/Questions/blob/master/LICENCE)
55

66
Prototype of a Quiz app for iOS.

0 commit comments

Comments
 (0)