Skip to main content
Participant
May 1, 2015
Question

I want Air shown above Native

  • May 1, 2015
  • 0 replies
  • 158 views

i did coding on xcode :

UIView *airView;

        UIViewController *vcl;

            vcl = [[[UIApplication sharedApplication] keyWindow] rootViewController];

            airView = vcl.view;

        airView.backgroundColor = [UIColor clearColor];

[self.freRootView addSubview:self.readerView];

        [self.freRootView sendSubviewToBack:self.readerView];


but, got a gray background.

This topic has been closed for replies.