Skip to content

Commit fe7f8cb

Browse files
author
dzenbot
committed
Minor configuration changes on storyboard
1 parent c98139b commit fe7f8cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Examples/Messenger/Messenger-Storyboard/AppDelegate.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ @implementation AppDelegate
1515

1616
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
1717
{
18+
self.window.backgroundColor = [UIColor whiteColor];
19+
1820
return YES;
1921
}
2022

Examples/Messenger/Messenger-Storyboard/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="14A386a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="nJp-d0-Z0H">
33
<dependencies>
4-
<deployment defaultVersion="1808" identifier="iOS"/>
4+
<deployment defaultVersion="1792" identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
66
</dependencies>
77
<scenes>

0 commit comments

Comments
 (0)