How to have a « waiting » UIAlertView (UIAlertView without buttons)
You surely often see on several application an UIAlertView telling you to wait until something happens (sending information to a server, etc) like this :
You surely often see on several application an UIAlertView telling you to wait until something happens (sending information to a server, etc) like this :
J’ai fait une classe avec des méthodes statiques & dynamiques (appelons la myWonderfulTool.h), que je voudrais pouvoir utiliser dans tous mes autres fichiers .m sans avoir à toujours appeler la syntaxe : #include « myWonderfulTool.h » C’est vraiment simple à réaliser.
I’ve made a class including static & dynamics methods (say myWonderfulTool.h), that I want to use in all my other .m files without having to always call the syntax : [code= »c# »]#include « myWonderfulTool.h »[/code] This is very simple to do.