Your First iPad App
⏱️ 15 minutes Let’s build an iPad app! This tutorial walks you through creating an app that takes full advantage of the iPad’s larger screen. You’ll go from idea to working app in the iPad Simulator in just minutes.What You’ll Build
A simple notes app that:- Shows a sidebar with note titles for easy navigation
- Has a detail view for editing the selected note
- Takes advantage of the iPad’s larger screen with a split-view layout
Step 1: Create a New App
Open Nativeline. On the Home Page, select iPad from the platform selector. You’ll see:“Tell me about the app you’re imagining…”Type your app description:
Step 2: Complete the Wizard
Nativeline’s wizard helps customize your app with a few quick questions:What feel do you want?
Choose Modern & polished — this gives you a clean, professional look.Similar apps?
You can skip this or type “like Apple Notes” for inspiration.Pick colors
Choose any palette you like, or let the AI generate one.Name your app
Enter: iPadNotes Click Create App to continue.Step 3: Watch It Build
Nativeline now creates your app:- Setting up the project — Creating the Xcode structure
- Writing the code — Generating Swift/SwiftUI
- Building — Compiling everything
First build takes longer because Xcode needs to compile the entire project. Future builds are much faster.
Step 4: Explore Your Workspace
Once complete, you’ll see the main workspace:Left Side: Chat Interface
- Your messages — What you ask for
- AI responses — What the AI is doing
- Tool cards — Files being created/edited
- Todo list — Current tasks
Right Side: Embedded iPad Simulator
Your app running on a virtual iPad. The simulator frame is larger than the iPhone version, giving you a clear view of the split-view layout. You should see the sidebar with note titles on the left and the detail editing area on the right. Try tapping a note to see it appear in the detail view!Step 5: Make Your First Change
Let’s customize the app. In the chat, type:- Plan the change
- Edit the code
- Rebuild the app
- Show the result
Step 6: Add a Feature
Let’s add something more powerful. Type:- Create a formatting toolbar
- Add rich text support
- Wire up the formatting controls
Step 7: Polish the Design
Let’s make it look great. Type:Experiment Further
Try these prompts to explore more:Add categories
Add categories
“Add color-coded categories like Work, Personal, and Ideas that I can assign to each note”
Add sharing
Add sharing
“Add a share button that lets me export a note as plain text or copy it to the clipboard”
Add dark mode support
Add dark mode support
“Make sure the app looks great in both light and dark mode with appropriate colors”
Add images to notes
Add images to notes
“Let me insert images into my notes from the photo library”
What You Learned
Congratulations! You just:- Created an iPad app from a description
- Used sidebar navigation — a core iPad pattern
- Took advantage of the larger screen with split-view layout
- Added rich text formatting
- Styled your app with gradients, cards, and floating buttons
Common Issues
The iPad Simulator is too large
The iPad Simulator is too large
- You can resize the Simulator window by dragging its corners
- Use Window > Physical Size or Window > Point Accurate in the Simulator menu to adjust
- The embedded simulator automatically scales to fit your workspace
The Simulator isn't showing
The Simulator isn't showing
- Check if it’s behind other windows
- Look in other Spaces/Desktops (swipe on trackpad)
- It may take 30-60 seconds to boot the first time
Build failed
Build failed
Don’t worry! Nativeline automatically:
- Detects the error
- Proposes a fix
- Rebuilds
App doesn't match what I asked for
App doesn't match what I asked for
Be more specific in your next prompt:
- Instead of “make it bigger” → “make the font size 48pt”
- Instead of “change the layout” → “put the sidebar on the left with a 300pt width”
Next Steps
Todo App Tutorial
Build a full task manager with data storage
Chat Interface Guide
Master the Nativeline workspace