Felipe Salazar
Felipe Salazar
Thanks a lot for the answer.
I took at look at it, but actually it doesn't explain how to add dependencies to that clientlib.
Same background for all pages
Thanks, it's working but I don't why it get pixelated?
the background image looks blurred like this 
sure, the image is 640 x 1136 pixels. I have both the @2x and the regular one.
``` //Background UIGraphicsBeginImageContext(self.view.frame.size); [[UIImage imageNamed:@"home-background"] drawInRect:self.view.bounds]; UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); self.view.backgroundColor = [UIColor colorWithPatternImage:image]; ```
Hey man, thanks. Everything works fine.
Hey just another issue, you know what are those thin gray lines in the viewpager controller ?
I think we should reopen this ticket as the wording of the spec has changed but the example pattern is still suggesting to use `role=row` [tr in the HTML-ARIA spec](https://w3c.github.io/html-aria/#el-tr):...