summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-24 11:28:42 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:51:51 +0100
commit637e8970cfe56d53b5d1da40b31246414e54c759 (patch)
treec0d7f74ff0e7037ebe2d9d7ee618abf8977d0ba5 /ios
parent2ffb7509ecee55209beae73c3bc8df60e44d3e35 (diff)
now showing blank tile
Change-Id: I76cbf205e19ffff83bea1ebae28f5172b2fbc250
Diffstat (limited to 'ios')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m
index bcc2191f58dc..5dc9db16732a 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m
@@ -30,6 +30,7 @@
-(void)initScrollView{
self.scrollView = [UIScrollView new];
+ self.scrollView.backgroundColor = [UIColor grayColor];
self.view = self.scrollView;
}
-(void)resize{