Code-along: Experiment with coding intelligence in Xcode 26


Part 1

Prompt 1

I'm creating an app that gives ideas for quick micro adventures.

Start by adding "Micro Adventures" as a large navigation title.

Add a full screen map with the MapCameraPosition centered on a Marker.

Prompt 2

Add a filter button on the top toolbar for categories and effort levels with options to select all.

Prompt 3

Below the title, overlay a floating info card with:

  • a category pill and an effort level pill (top-left),
  • a bold adventure title,
  • the adventure's description,
  • and a status button (bottom-right), indicating if adventure is completed.

Prompt 4

Add a wide "Next Adventure" button that floats above the lower part of the map.

Prompt 5

Create the necessary models, sample data and connections for adventures with:

  • title,
  • description,
  • category,
  • effort level,
  • location name,
  • latitude and longitude,
  • and if it's completed or not.

Part 2

Prompt 1

Create a micro adventure app based on the attached image.

    • Note: don't forget to attach "Sketch - Micro Adventures.png"