Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var myInfoPopover = mainWindow.elements()[0].popover();
  2. var myInfoPopoverNavBar = myInfoPopover.navigationBar();
  3. var signOutActionSheet = myInfoPopover.elements()[0];
  4. var signOutButton = myInfoPopoverNavBar.rightButton();
  5.  
  6. message = "Result of expression 'myInfoPopover.navigationBar' [unspecified] is not a function"
Add Comment
Please, Sign In to add comment