Skip to content

how can i push the RKSwipeBetweenViewControllers in a uinavigationviewcontroller #33

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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