could you please provide me by sample code for creation a UIImage object with specific width and height programmatically in the code then load an Image in it which supposed to fetch from json (it has to be an image URL).
If I use synchronous network request for loading the picture does it block my UI till loading be completed or not? if so what's the solution?
Thanks in Advance