Thread 2, Day 4 - Tuesday, January 16, 2024

Agenda

  1. Activity: College Board Digital Portfolio
    • If you have not already, submit your AP Create Task.
      Important

      A link to a draft of your written responses for the AP Create Task must be posted on Notion.

  2. Tutorial: Creating Bar Charts and Line Charts
    • Learn how to create bar charts and line charts using the Charts framework and SwiftUI.
      Tip

      You can follow this tutorial by creating either an iOS or macOS application in Xcode – both work equally well – however, on some computers, macOS projects will compile and run faster.

  3. Exercise: Create a Bar or Line Chart
    • Using what you learned in the tutorial above, select either a bar chart or a line chart.
    • Create data structures that you can model using the chart type you selected.
    • Then make a chart to visualize the data.
    • For deeper learning, if you have time, make both types of charts using your own data.
      Example

      Here is an example using "student" grades data:

      Screenshot 2024-01-15 at 4.20.16 PM.png|500

Things to do before our next class