Skip to content

Black screen xcode 7.1 #3

@ahsanawan

Description

@ahsanawan

Hi, i am facing an issue in xcode 7.1. Every time run app view gets black and - (void)eegeoMapReady:(id)api delegate never call.

Step1:
Include eegeo api using pods and add resources folder from example app.

Step2:
Added two keys in .plist eeGeoAppBase and eeGeoMapsApiKey(generated from dev portal)

Step3:
added logic to controller as per guide

  • (void)viewDidLoad {
    [super viewDidLoad];

    self.eegeoMV = [[[EGMapView alloc] initWithFrame:self.view.bounds] autorelease];
    self.eegeoMVeegeoMapDelegate = self;
    self.eegeoMV.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;

    [self.view insertSubview:self.eegeoMV atIndex:0];
    }

am i missing something ?

screen shot 2016-01-19 at 8 53 29 pm

screen shot 2016-01-19 at 8 53 45 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions