Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function applicationDidFinishLaunching(self, application)
  2. local frame = UIScreen:mainScreen():bounds()
  3. self.window = UIWindow:initWithFrame(frame)
  4.  
  5. self.searchController = SearchController:init()
  6. self.window:addSubView(self.searchController:view())
  7.  
  8. self.window:makeKeyAndVisible()
  9. end
Add Comment
Please, Sign In to add comment