# Schedule

{% embed url="<https://intro-to-ios.github.io/course-curriculum/>" %}

### 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 03/11</td><td>L1: Course Intro + Git + Swift Basics</td><td>Post-lecture reading (git)</td></tr><tr><td>2</td><td><p>Mon 03/16</p><p></p><p>Wed 03/18</p></td><td><p>L2: UIKit</p><p></p><p>L3: MVC + Control</p></td><td><p>Pre-lecture 1 | A1 Released <br></p><p>Pre-lecture 2<br><br>Friday 03/20: A1 Due| A2 Released</p></td></tr><tr><td>3</td><td>Mon 03/23<br><br>Wed 03/25</td><td><p>L4: UICollectionView</p><p></p><p>L5: Delegation + Protocols</p></td><td>Pre-lecture 4<br><br>Pre-lecture 5 | A2 Due | A2.5 Released</td></tr><tr><td></td><td>03/28 - 03/05</td><td>SPRING BREAK</td><td></td></tr><tr><td>4</td><td><p>Mon 04/06</p><p><br>Wed 04/08</p></td><td><p>L6: SwiftUI I<br></p><p>L7: SwiftUI II</p></td><td><p>Pre-lecture 6</p><p>Tuesday 04/7: A2.5 Due | A3 released<br>  </p><p>Pre-lecture 7                       </p></td></tr><tr><td>5</td><td>Mon 04/13<br><br>Wed 04/15</td><td><p>L8: Networking I<br></p><p>L9: Networking II</p></td><td><p>Pre-lecture 8 | A3 Due | A3.5 released<br></p><p>Pre-lecture 9</p></td></tr><tr><td>6</td><td>Mon 04/20<br><br>Wed 04/22</td><td><p>L10: MVVM<br></p><p>L11: Embedded ML</p></td><td>Pre-lecture 9 | A3.5 due | A4  (MVVM + networking) released<br><br>Pre-lecture 10</td></tr><tr><td>7</td><td>Mon 04/27 <br><br>Wed 04/29</td><td><p>L12: Special fun Topics<br></p><p>L13: Recruiting + Internship experience</p></td><td>A4 Due</td></tr><tr><td>8</td><td>Mon 05/04         </td><td>L14: AppDev + Career talk</td><td><p>(12/05) Hack Challenge Submissions Due</p><p>(12/08) Attend Hack Challenge Final</p></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://ios-course.cornellappdev.com/course-content/schedule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
