Guys,
I am new to IPhone and using following code to render the image from remote server using TTImageView from Three20 framework with the help of following code
TTImageView* imageView = [[[TTImageView alloc] initWithFrame:CGRectMake(30, 30, 0, 0)] autorelease];
//Working OK
//imageView.urlPath =
…