diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..8e9f972 Binary files /dev/null and b/.DS_Store differ diff --git a/UAModalPanel/.DS_Store b/UAModalPanel/.DS_Store new file mode 100644 index 0000000..69fc5e9 Binary files /dev/null and b/UAModalPanel/.DS_Store differ diff --git a/UAModalPanel/Example Project/UAAppDelegate.m b/UAModalPanel/Example Project/UAAppDelegate.m index 4a8b092..9aaae24 100644 --- a/UAModalPanel/Example Project/UAAppDelegate.m +++ b/UAModalPanel/Example Project/UAAppDelegate.m @@ -19,7 +19,6 @@ @implementation UAAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; - // Override point for customization after application launch. if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) { self.viewController = [[UAViewController alloc] initWithNibName:@"UAViewController_iPhone" bundle:nil]; } else { @@ -27,6 +26,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( } self.window.rootViewController = self.viewController; [self.window makeKeyAndVisible]; + // return YES; } diff --git a/UAModalPanel/Panel/.DS_Store b/UAModalPanel/Panel/.DS_Store new file mode 100644 index 0000000..e8b52ba Binary files /dev/null and b/UAModalPanel/Panel/.DS_Store differ