Bring Application to Front


/ Published in: Objective C
Save to your folder(s)

Bring an application to front to gain focus.


Copy this code and paste it in your HTML
  1. [[NSApplication sharedApplication] activateIgnoringOtherApps:YES];

Report this snippet


Comments


You need to login to view comments.