Tópicos de fundo RubyMotion

Se você precisar realizar algumas tarefas em segundo plano em seu aplicativo Ruby Motion, tente o seguinte: # Call your ‘background_method’def some_method self.performSelectorInBackground(‘background_method:’, withObject:nil)enddef background_method print ‘Background Method Called!’end É …

Continuar lendo