Skip to content

Commit a155374

Browse files
baquerchashmeetsingh
authored andcommitted
Issue #63 solved (#101)
1 parent 2a0993b commit a155374

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

FOSSAsia/AppDelegate.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
1818
// Override point for customization after application launch.
1919
UITabBar.appearance().tintColor = Colors.mainRedColor
2020
UINavigationBar.appearance().tintColor = Colors.creamTintColor
21+
UIApplication.shared.isStatusBarHidden = false
22+
UIApplication.shared.statusBarStyle = .lightContent
2123

2224
UserDefaults.standard.register(defaults: [Constants.UserDefaultsKey.FilteredTrackIds: (1...Constants.numberOfTracks).toArray()])
2325
// Set the Local Notification Delegate

FOSSAsia/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>UIViewControllerBasedStatusBarAppearance</key>
6+
<false/>
57
<key>NSCalendarsUsageDescription</key>
68
<string>$(PRODUCT_NAME) calendar events</string>
79
<key>UIStatusBarHidden</key>

FOSSAsia/Sessions.storyboard

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Vm3-Pj-sfX">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Vm3-Pj-sfX">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
99
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>
@@ -212,6 +212,7 @@
212212
</view>
213213
<navigationItem key="navigationItem" id="aZM-cl-7pc">
214214
<barButtonItem key="rightBarButtonItem" style="done" systemItem="done" id="uNl-an-93x">
215+
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
215216
<connections>
216217
<action selector="doneButtonPressed:" destination="ySS-Ki-kTZ" id="HMm-rX-eDz"/>
217218
</connections>
@@ -267,6 +268,7 @@
267268
<navigationBar key="navigationBar" contentMode="scaleToFill" id="LYv-UW-Hmn">
268269
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
269270
<autoresizingMask key="autoresizingMask"/>
271+
<color key="barTintColor" red="0.82649981979999998" green="0.0" blue="0.019660282880000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
270272
</navigationBar>
271273
<nil name="viewControllers"/>
272274
<connections>
@@ -280,8 +282,8 @@
280282
<!--Pages Controller-->
281283
<scene sceneID="HGf-4r-QC7">
282284
<objects>
283-
<placeholder placeholderIdentifier="IBFirstResponder" id="hFZ-3U-d3o" userLabel="First Responder" sceneMemberID="firstResponder"/>
284285
<pageViewController storyboardIdentifier="HYPPagesController" autoresizesArchivedViewToFullSize="NO" automaticallyAdjustsScrollViewInsets="NO" transitionStyle="scroll" navigationOrientation="horizontal" spineLocation="none" id="g5K-IK-1iQ" customClass="HYPPagesController" sceneMemberID="viewController"/>
286+
<placeholder placeholderIdentifier="IBFirstResponder" id="hFZ-3U-d3o" userLabel="First Responder" sceneMemberID="firstResponder"/>
285287
</objects>
286288
<point key="canvasLocation" x="3018" y="-421"/>
287289
</scene>

0 commit comments

Comments
 (0)