Hi,
I was just wondering what are the rules about creating the UI(UIView or some control) on thread other than main? And how about then using those in another thread. I am asking this because i noticed i can create and change UI elements in some thread and it works fine on device, but crashes on simulator. Any kind of references, documentation, books would be appreciated thx...
I was just wondering what are the rules about creating the UI(UIView or some control) on thread other than main? And how about then using those in another thread. I am asking this because i noticed i can create and change UI elements in some thread and it works fine on device, but crashes on simulator. Any kind of references, documentation, books would be appreciated thx...