Skip to content

how can i push the RKSwipeBetweenViewControllers in a uinavigationviewcontroller #33

@holyen

Description

@holyen

when i push the object of RKSwipeBetweenViewControllers
it crash.
code:
RKSwipeBetweenViewControllers *swipeVC = [RKSwipeBetweenViewControllers newSwipeBetweenViewControllers];
[nav_tweet.viewControllerArray addObjectsFromArray:@[[TimelineViewController newTimelineViewControllerWithType:TimelineViewControllerType_Nearby],
[TimelineViewController newTimelineViewControllerWithType:TimelineViewControllerType_Hot]]];
nav_tweet.buttonText = @[@"A", @"B"];
[self.navigationController pushViewController:nav_tweet animated:YES];

then it crash log is : NSScanner: nil string argument
how to fix it ?

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