Skip to content

Instantly share code, notes, and snippets.

@lacyrhoades
Created February 3, 2014 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lacyrhoades/8786161 to your computer and use it in GitHub Desktop.
Save lacyrhoades/8786161 to your computer and use it in GitHub Desktop.
diff --git a/Code/ViewControllers/EtsyProductGridViewController.m b/Code/ViewControllers/EtsyProductGridViewController.m
index 6bc97d9..e207d45 100644
--- a/Code/ViewControllers/EtsyProductGridViewController.m
+++ b/Code/ViewControllers/EtsyProductGridViewController.m
@@ -738,15 +739,13 @@ EtsyCreateItemControllerDelegate, EtsyCreateShippingControllerDelegate
[self.navView.searchField resignFirstResponder];
if ([self isAddItemIndexPath:path]) {
- EtsyModifyListingCoordinator * coordinator = [EtsyModifyListingCoordinator coordinatorWithNewListing];
- EtsyModifyListingViewController *controller = [[EtsyModifyListingViewController alloc] initWithCoordinator:coordinator state:ModifyListingStateAddItem];
+ EtsyCreateListingWizardViewController * rocketlauncher = [[EtsyCreateListingWizardViewController alloc] init];
+ rocketlauncher.delegate = self;
controller.listingData = [[EtsyDraftListingData alloc] init];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment