forked from gimenete/iOS-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app open full screen on ipad and status bar is hidden
- Loading branch information
Charlie Dennnington
committed
Jun 7, 2013
1 parent
1c5eace
commit f42d50f
Showing
3 changed files
with
302 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ | |
09E442D9141F9DD400AD2DAE /* SwipeableTableViewExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E442D7141F9DD400AD2DAE /* SwipeableTableViewExample.m */; }; | ||
09E442DA141F9DD400AD2DAE /* SwipeableTableViewExample.xib in Resources */ = {isa = PBXBuildFile; fileRef = 09E442D8141F9DD400AD2DAE /* SwipeableTableViewExample.xib */; }; | ||
09E442DD141F9E3600AD2DAE /* SwipeableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E442DC141F9E3600AD2DAE /* SwipeableCell.m */; }; | ||
D573CBDA17622C0D008DF50E /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = D573CBD817622C0D008DF50E /* MainWindow-iPad.xib */; }; | ||
D8EA24C4145BA49100EB08B3 /* BrowserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D8EA24C0145BA49100EB08B3 /* BrowserViewController.m */; }; | ||
D8EA24C5145BA49100EB08B3 /* BrowserViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8EA24C1145BA49100EB08B3 /* BrowserViewController.xib */; }; | ||
D8EA24C6145BA49100EB08B3 /* MyApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = D8EA24C3145BA49100EB08B3 /* MyApplication.m */; }; | ||
|
@@ -201,6 +202,7 @@ | |
09E442DB141F9E3600AD2DAE /* SwipeableCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwipeableCell.h; sourceTree = "<group>"; }; | ||
09E442DC141F9E3600AD2DAE /* SwipeableCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SwipeableCell.m; sourceTree = "<group>"; }; | ||
C37BC8E3144C340600423D44 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; | ||
D573CBD917622C0D008DF50E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "iPad/en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; }; | ||
D8EA24BF145BA49100EB08B3 /* BrowserViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserViewController.h; sourceTree = "<group>"; }; | ||
D8EA24C0145BA49100EB08B3 /* BrowserViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserViewController.m; sourceTree = "<group>"; }; | ||
D8EA24C1145BA49100EB08B3 /* BrowserViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BrowserViewController.xib; sourceTree = "<group>"; }; | ||
|
@@ -322,6 +324,7 @@ | |
09885E9A1418F2E600CCE17A /* IOSBoilerplate */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D573CBD717622C0D008DF50E /* iPad */, | ||
093EC375145B0DE90010CDBB /* AFNetworking */, | ||
092D3D29145AE52F002F5F6C /* AFURLCache */, | ||
D8EA24BD145BA45C00EB08B3 /* BrowserViewController */, | ||
|
@@ -474,6 +477,14 @@ | |
name = Images; | ||
sourceTree = "<group>"; | ||
}; | ||
D573CBD717622C0D008DF50E /* iPad */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D573CBD817622C0D008DF50E /* MainWindow-iPad.xib */, | ||
); | ||
name = iPad; | ||
sourceTree = "<group>"; | ||
}; | ||
D8EA24BD145BA45C00EB08B3 /* BrowserViewController */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
|
@@ -591,6 +602,7 @@ | |
D8EA24CE145BA4AC00EB08B3 /* right.png in Resources */, | ||
D8EA24CF145BA4AC00EB08B3 /* [email protected] in Resources */, | ||
D8EA24D4145BA4BC00EB08B3 /* BrowserSampleViewController.xib in Resources */, | ||
D573CBDA17622C0D008DF50E /* MainWindow-iPad.xib in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -717,6 +729,14 @@ | |
name = InfoPlist.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
D573CBD817622C0D008DF50E /* MainWindow-iPad.xib */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
D573CBD917622C0D008DF50E /* en */, | ||
); | ||
name = "MainWindow-iPad.xib"; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
|
@@ -773,9 +793,10 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "IOSBoilerplate/IOSBoilerplate-Prefix.pch"; | ||
INFOPLIST_FILE = "IOSBoilerplate/IOSBoilerplate-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 4.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 5.1; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Debug; | ||
|
@@ -786,8 +807,9 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "IOSBoilerplate/IOSBoilerplate-Prefix.pch"; | ||
INFOPLIST_FILE = "IOSBoilerplate/IOSBoilerplate-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 4.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 5.1; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Release; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,274 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10"> | ||
<data> | ||
<int key="IBDocument.SystemTarget">1024</int> | ||
<string key="IBDocument.SystemVersion">11G63b</string> | ||
<string key="IBDocument.InterfaceBuilderVersion">2549</string> | ||
<string key="IBDocument.AppKitVersion">1138.51</string> | ||
<string key="IBDocument.HIToolboxVersion">569.00</string> | ||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> | ||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string key="NS.object.0">1498</string> | ||
</object> | ||
<object class="NSArray" key="IBDocument.IntegratedClassDependencies"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<string>IBProxyObject</string> | ||
<string>IBUICustomObject</string> | ||
<string>IBUINavigationBar</string> | ||
<string>IBUINavigationController</string> | ||
<string>IBUINavigationItem</string> | ||
<string>IBUIViewController</string> | ||
<string>IBUIWindow</string> | ||
</object> | ||
<object class="NSArray" key="IBDocument.PluginDependencies"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
</object> | ||
<object class="NSMutableDictionary" key="IBDocument.Metadata"> | ||
<string key="NS.key.0">PluginDependencyRecalculationVersion</string> | ||
<integer value="1" key="NS.object.0"/> | ||
</object> | ||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<object class="IBProxyObject" id="841351856"> | ||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
</object> | ||
<object class="IBProxyObject" id="302016328"> | ||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
</object> | ||
<object class="IBUICustomObject" id="664661524"> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
</object> | ||
<object class="IBUIWindow" id="380026005"> | ||
<nil key="NSNextResponder"/> | ||
<int key="NSvFlags">1316</int> | ||
<object class="NSPSMatrix" key="NSFrameMatrix"/> | ||
<string key="NSFrameSize">{768, 1024}</string> | ||
<object class="NSColor" key="IBUIBackgroundColor"> | ||
<int key="NSColorSpace">1</int> | ||
<bytes key="NSRGB">MSAxIDEAA</bytes> | ||
</object> | ||
<bool key="IBUIOpaque">NO</bool> | ||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool> | ||
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics" id="67877991"> | ||
<int key="IBUIStatusBarStyle">2</int> | ||
</object> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
<bool key="IBUIResizesToFullScreen">YES</bool> | ||
</object> | ||
<object class="IBUINavigationController" id="701001926"> | ||
<reference key="IBUISimulatedStatusBarMetrics" ref="67877991"/> | ||
<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics"> | ||
<int key="IBUIInterfaceOrientation">1</int> | ||
<int key="interfaceOrientation">1</int> | ||
</object> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
<bool key="IBUIHorizontal">NO</bool> | ||
<object class="IBUINavigationBar" key="IBUINavigationBar" id="207850653"> | ||
<nil key="NSNextResponder"/> | ||
<int key="NSvFlags">256</int> | ||
<string key="NSFrameSize">{0, 0}</string> | ||
<bool key="IBUIOpaque">NO</bool> | ||
<bool key="IBUIClipsSubviews">YES</bool> | ||
<bool key="IBUIMultipleTouchEnabled">YES</bool> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
</object> | ||
<object class="NSMutableArray" key="IBUIViewControllers"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<object class="IBUIViewController" id="619226028"> | ||
<object class="IBUINavigationItem" key="IBUINavigationItem" id="394667715"> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
</object> | ||
<reference key="IBUIParentViewController" ref="701001926"/> | ||
<string key="IBUINibName">RootViewController</string> | ||
<reference key="IBUISimulatedStatusBarMetrics" ref="67877991"/> | ||
<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics"> | ||
<int key="IBUIInterfaceOrientation">1</int> | ||
<int key="interfaceOrientation">1</int> | ||
</object> | ||
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | ||
<bool key="IBUIHorizontal">NO</bool> | ||
</object> | ||
</object> | ||
</object> | ||
</object> | ||
<object class="IBObjectContainer" key="IBDocument.Objects"> | ||
<object class="NSMutableArray" key="connectionRecords"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<object class="IBConnectionRecord"> | ||
<object class="IBCocoaTouchOutletConnection" key="connection"> | ||
<string key="label">delegate</string> | ||
<reference key="source" ref="841351856"/> | ||
<reference key="destination" ref="664661524"/> | ||
</object> | ||
<int key="connectionID">4</int> | ||
</object> | ||
<object class="IBConnectionRecord"> | ||
<object class="IBCocoaTouchOutletConnection" key="connection"> | ||
<string key="label">window</string> | ||
<reference key="source" ref="664661524"/> | ||
<reference key="destination" ref="380026005"/> | ||
</object> | ||
<int key="connectionID">5</int> | ||
</object> | ||
<object class="IBConnectionRecord"> | ||
<object class="IBCocoaTouchOutletConnection" key="connection"> | ||
<string key="label">navigationController</string> | ||
<reference key="source" ref="664661524"/> | ||
<reference key="destination" ref="701001926"/> | ||
</object> | ||
<int key="connectionID">15</int> | ||
</object> | ||
</object> | ||
<object class="IBMutableOrderedSet" key="objectRecords"> | ||
<object class="NSArray" key="orderedObjects"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">0</int> | ||
<object class="NSArray" key="object" id="0"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
</object> | ||
<reference key="children" ref="1000"/> | ||
<nil key="parent"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">2</int> | ||
<reference key="object" ref="380026005"/> | ||
<object class="NSMutableArray" key="children"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
</object> | ||
<reference key="parent" ref="0"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">-1</int> | ||
<reference key="object" ref="841351856"/> | ||
<reference key="parent" ref="0"/> | ||
<string key="objectName">File's Owner</string> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">3</int> | ||
<reference key="object" ref="664661524"/> | ||
<reference key="parent" ref="0"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">-2</int> | ||
<reference key="object" ref="302016328"/> | ||
<reference key="parent" ref="0"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">9</int> | ||
<reference key="object" ref="701001926"/> | ||
<object class="NSMutableArray" key="children"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<reference ref="207850653"/> | ||
<reference ref="619226028"/> | ||
</object> | ||
<reference key="parent" ref="0"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">11</int> | ||
<reference key="object" ref="207850653"/> | ||
<reference key="parent" ref="701001926"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">13</int> | ||
<reference key="object" ref="619226028"/> | ||
<object class="NSMutableArray" key="children"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<reference ref="394667715"/> | ||
</object> | ||
<reference key="parent" ref="701001926"/> | ||
</object> | ||
<object class="IBObjectRecord"> | ||
<int key="objectID">14</int> | ||
<reference key="object" ref="394667715"/> | ||
<reference key="parent" ref="619226028"/> | ||
</object> | ||
</object> | ||
</object> | ||
<object class="NSMutableDictionary" key="flattenedProperties"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<object class="NSArray" key="dict.sortedKeys"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<string>-1.CustomClassName</string> | ||
<string>-1.IBPluginDependency</string> | ||
<string>-2.CustomClassName</string> | ||
<string>-2.IBPluginDependency</string> | ||
<string>11.IBPluginDependency</string> | ||
<string>13.CustomClassName</string> | ||
<string>13.IBLastUsedUIStatusBarStylesToTargetRuntimesMap</string> | ||
<string>13.IBPluginDependency</string> | ||
<string>14.IBPluginDependency</string> | ||
<string>2.IBAttributePlaceholdersKey</string> | ||
<string>2.IBLastUsedUIStatusBarStylesToTargetRuntimesMap</string> | ||
<string>2.IBPluginDependency</string> | ||
<string>3.CustomClassName</string> | ||
<string>3.IBPluginDependency</string> | ||
<string>9.IBLastUsedUIStatusBarStylesToTargetRuntimesMap</string> | ||
<string>9.IBPluginDependency</string> | ||
</object> | ||
<object class="NSArray" key="dict.values"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<string>UIApplication</string> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string>UIResponder</string> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string>RootViewController</string> | ||
<object class="NSMutableDictionary"> | ||
<string key="NS.key.0">IBCocoaTouchFramework</string> | ||
<integer value="0" key="NS.object.0"/> | ||
</object> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<object class="NSMutableDictionary"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<reference key="dict.sortedKeys" ref="0"/> | ||
<reference key="dict.values" ref="0"/> | ||
</object> | ||
<object class="NSMutableDictionary"> | ||
<string key="NS.key.0">IBCocoaTouchFramework</string> | ||
<integer value="0" key="NS.object.0"/> | ||
</object> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<string>IOSBoilerplateAppDelegate</string> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
<object class="NSMutableDictionary"> | ||
<string key="NS.key.0">IBCocoaTouchFramework</string> | ||
<integer value="0" key="NS.object.0"/> | ||
</object> | ||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | ||
</object> | ||
</object> | ||
<object class="NSMutableDictionary" key="unlocalizedProperties"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<reference key="dict.sortedKeys" ref="0"/> | ||
<reference key="dict.values" ref="0"/> | ||
</object> | ||
<nil key="activeLocalization"/> | ||
<object class="NSMutableDictionary" key="localizations"> | ||
<bool key="EncodedWithXMLCoder">YES</bool> | ||
<reference key="dict.sortedKeys" ref="0"/> | ||
<reference key="dict.values" ref="0"/> | ||
</object> | ||
<nil key="sourceID"/> | ||
<int key="maxID">16</int> | ||
</object> | ||
<object class="IBClassDescriber" key="IBDocument.Classes"/> | ||
<int key="IBDocument.localizationMode">0</int> | ||
<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string> | ||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> | ||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string> | ||
<integer value="1024" key="NS.object.0"/> | ||
</object> | ||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> | ||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string> | ||
<integer value="3100" key="NS.object.0"/> | ||
</object> | ||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | ||
<int key="IBDocument.defaultPropertyAccessControl">3</int> | ||
<string key="IBCocoaTouchPluginVersion">1498</string> | ||
</data> | ||
</archive> |