We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
In you demo you are using XHTwitterPaggingViewer from start of the application (First View Controller) and declare in didFinishLaunchingWithOptions.
As I am doing below hierarchy in StoryBoard. UINavigationController -> UIViewController -> UIViewController - > XHTwitterPaggingViewer
For this I am doing in ViewDidLoad of second VC
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main_iPhone" bundle:nil]; XHTwitterPaggingViewer *twitterPaggingViewer = [storyboard instantiateViewControllerWithIdentifier:@"XHTwitterPaggingViewer"]; XHTableViewController *tableViewController1 = [storyboard instantiateViewControllerWithIdentifier:@"TableViewController1"]; XHTableViewController *tableViewController2 = [storyboard instantiateViewControllerWithIdentifier:@"TableViewController2"]; twitterPaggingViewer.viewControllers = @[tableViewController1, tableViewController2];
But i am getting crash
Please provide you feedback for this, how can I load from something inner view controller.
The text was updated successfully, but these errors were encountered:
@googler2013 Hi! see this demo https://github.com/xhzengAIB/TwitterPaggingViewer/blob/master/Example/XHTwitterPaggingViewerStoryboradExample/XHTwitterPaggingViewerStoryboradExample/AppDelegate.m#L16
Hope can help you.
Jack
Sorry, something went wrong.
No branches or pull requests
Hello,
In you demo you are using XHTwitterPaggingViewer from start of the application (First View Controller) and declare in didFinishLaunchingWithOptions.
As I am doing below hierarchy in StoryBoard.
UINavigationController -> UIViewController -> UIViewController - > XHTwitterPaggingViewer
For this I am doing in ViewDidLoad of second VC
But i am getting crash
Please provide you feedback for this, how can I load from something inner view controller.
The text was updated successfully, but these errors were encountered: