Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Set image instead color in AppDelegate.m in rootView

$
0
0

I was looking in react-native iOS project in AppDelegate.m file, there is this line:

rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];

Is it possible to set an image as background instead of backgroundColor?


Viewing all articles
Browse latest Browse all 16552

Trending Articles