Skip to content

Instantly share code, notes, and snippets.

@himaratsu
Created July 31, 2014 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himaratsu/6b65e6798fc675412806 to your computer and use it in GitHub Desktop.
Save himaratsu/6b65e6798fc675412806 to your computer and use it in GitHub Desktop.
UINavigationの上からviewを貼る
#import "ATDAppDelegate.h"

ATDAppDelegate *appDelegate = (ATDAppDelegate *)[[UIApplication sharedApplication] delegate];
[appDelegate.window addSubview:self];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment