WHEN I WRITE:
self.recipeSiteView.request = recipe.page ;
XCODE SAY : "assignment to readonly property "
I modified a template code :
self.recipePhoto.image = [UIImage imageNamed:recipe.imageFile];
how can I use this expression for a UIWEBView?