Skip to content

Screen not recording #11

@bulutcy

Description

@bulutcy

Hi,
I am trying to record, camera and touches ok, but screen is not recorded, only black.
My setup is iPhone 5s with iOS 7.0

My application uses storyboard, so I've included this to my appdelegate.m

  • (UIWindow *)window
    {
    static UIWindow *customWindow = nil;
    if (!customWindow) customWindow = [[CRUIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    return customWindow;

}

Any help?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions