

It's such a fun and wonderful experience in the parks, but trading online with someone you've never met can be frustrating and risky. Pin & Pop will email you with a tracking number when those pins go out. Pin & Pop will mail both pins to their new owners as soon as both pins are received.
#PIN POPS UPDATE#
Please email Pin & Pop at to update us on your tracking. Mail your pins as soon as you receive your acceptance email.

To participate, you must first have an active account on Pin & Pop.

How do I participate in a P&P Pop-Up Pin Board Event?.We will send out a survey after the event to get your feedback. Therefore, we need to hear from you on how the event goes and what improvements need to be made. Yes, this type of online trading event is an experiment created by Pin & Pop. A limited time access link will be provided just before the event starts.Īlso, there is a facebook group where you can win prizes by participating in special contests. These trade events happen exclusively on the Pin & Pop website. Where does the Pop-Up Pin Board happen?.Only active accounts will get access to the online event link. To participate you must have an account on Pin & Pop. While certain Pop-Up Pin Boards will focus on either lower value pins or limited edition pins, most events will showcase a variety of pins. This special event is for new and experienced pin traders alike. Var annotationView = queueReusableAnnotationViewWithIdentifier(reuseIdentifier) as? MKPinAnnotationViewĪnnotationView = MKPinAnnotationView(annotation: annotation, reuseIdentifier: reuseIdentifier)ĪnnotationView?.tintColor = eenColor() // do whatever customization you wantĪnnotationView?.A Pop-Up Pin Board is a limited time, unique online pin trading experience created by Pin & Pop. See Creating Callouts in the Location and Maps Programming Guide.īut if you want to immediately do something else when the user taps on the annotation, then set up your annotation view so that (a) it has no callout and then (b) implement MKMapViewDelegate method didSelectAnnotationView to perform whatever task you want when the user taps on the annotation view.įor example, assuming you've specified the delegate for your map view, you could do something like the following in Swift 3/4: private let reuseIdentifier = "MyIdentifier"įunc mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? buttons on left and/or right side of the callout) which lets the user then perform some additional task(s) using that annotation.

First, it's worth noting that the standard UX is to present a callout bubble which shows the user enough information to confirm that this was the intended annotation view and then have the callout include left and/or right accessory views (e.g.
