• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

I want Air shown above Native

New Here ,
May 01, 2015 May 01, 2015

Copy link to clipboard

Copied

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.

TOPICS
Development

Views

142

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines