hey bro in a case like this where you are calling runonuithread a lot, I
would, for readability, pass to named function instead of delegate. This
really improves readability.
On Wed, May 15, 2013 at 1:02 PM, Paul Johnson
wrote:
> Hi,
>
> I have some code that generates the UI on the fly. The fir
Hi,
I have some code that generates the UI on the fly. The first time it
runs, it runs a treat. However when I run it again or add something to
the top view, things get messed up (the objects that need to be inflated
become *tiny* at the top but the last object is the correct size)
My code t