Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
adds store demo
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Jul 11, 2017
1 parent 763267c commit 29a424d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/RealmContent/StoreViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ extension StoreViewController: UICollectionViewDataSource, UICollectionViewDeleg
let alert = UIAlertController(title: "Added to cart", message: "\(url.lastPathComponent) add to your cart", preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { [weak self] _ in
self?.dismiss(animated: true, completion: nil)
self?.navigationController!.popViewController(animated: true)
}))
present(alert, animated: true, completion: nil)
}
Expand Down

0 comments on commit 29a424d

Please sign in to comment.