> For the complete documentation index, see [llms.txt](https://ios-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp25/logistics/schedule.md).

# Schedule

### Join the Google Calendar

### Schedule

{% hint style="info" %}
**This schedule is tentative and subject to changes to Cornell's academic calendar.**
{% endhint %}

<table><thead><tr><th width="126">Week</th><th width="119">Date</th><th width="328">Lectures</th><th width="330">Assignments</th></tr></thead><tbody><tr><td>1</td><td>Wed 3/12</td><td>L1: Course Logistics + Swift Basics</td><td>Installation &#x26; Setting up                                  (3/12) A1 Released     </td></tr><tr><td>2</td><td>Mon 3/17         Wed 3/19</td><td>L2: UIKit + AutoLayout                                      L3: MVC + Navigation + Delegation</td><td>(3/18) A1 Due                                                           (3/19) A2 Released</td></tr><tr><td>3</td><td>Mon 3/24<br>Wed 3/26</td><td>L4: UITable View<br>L5:  UICollectionView</td><td>(3/26) A2 Due                                                            (3/26) A3 Released</td></tr><tr><td>Spring Break 👒</td><td>3/31</td><td>No Class</td><td>Enjoy spring break!</td></tr><tr><td>4</td><td><p>Mon 4/7</p><p>Wed 4/9</p></td><td>L6: Networking I                                                   L7: Networking II</td><td>(4/9) A3 Midpoint Due                             </td></tr><tr><td>5</td><td>Mon 4/14<br>Wed 4/16</td><td>L8: SwiftUI I                                                   L9: SwiftUI II</td><td>(4/14) A3 Final Due                                                (4/14) A4 Released</td></tr><tr><td>6</td><td>Mon 4/21<br>Wed 4/23</td><td>L10: Persistence + SnapKit                               L11: Push notifications</td><td>(4/21) Hack Challenge Starts                                  (4/25) A4 Due</td></tr><tr><td>7</td><td>Mon 4/28          Wed 4/30</td><td><p>L12: Authentication + Storage (Guest Lecture)</p><p>L13: AppStore Deployment</p></td><td>(5/3) Hack Challenge Submissions Due</td></tr><tr><td>8</td><td>Mon 5/5          Wed 5/7</td><td>L14: TBD (AppDev + Career Discussion?)     No class</td><td>(TBD) Attend Hack Challenge Final</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ios-course.cornellappdev.com/resources/archived-past-semesters/sp25/logistics/schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
