Felipe Salazar

Results 10 comments of Felipe Salazar

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 ![image](https://cloud.githubusercontent.com/assets/2282421/3888218/9154857c-21fc-11e4-9acf-6600b2561cc4.png)

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):...