How can I create lots of UIView
& setting text on the UITextView
which is the subview of UIView in Background thread.
Currently I am using a for loop
to create the UIView
but it is blocking the user to do anything.
Please help me to get this done. Thanks In Advance :)