Questions tagged as 'delegate'

1
answer

Synchronize ProgressBar with Execution of methods of a class

In my project I have a class that has three methods: static List<string> ListaArquivos(string path){...} static void CriaArquivoUnico(List<string> listaArquivos){...} static void AbreArquivoUnico(string pathArquivoUnico){...} Wh...
asked by 15.09.2015 / 19:42
1
answer

How to create emails in Swift using MFMailComposerController correctly?

I'm having trouble creating an email with MFMailComposerController in Swift. When I try to assign self to emailController.mailComposerController I get an error stating that I can not assign TelaFinalViewController (self)...
asked by 15.05.2015 / 08:00