Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created March 11, 2010 23:25
Show Gist options
  • Select an option

  • Save probablycorey/329828 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/329828 to your computer and use it in GitHub Desktop.
function applicationDidFinishLaunching(self, application)
local frame = UIScreen:mainScreen():bounds()
self.window = UIWindow:initWithFrame(frame)
self.searchController = SearchController:init()
self.window:addSubView(self.searchController:view())
self.window:makeKeyAndVisible()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment