Weekly Calendar Swift Xcode Tutorial | Daily Events List

Опубликовано: 20 Март 2025
на канале: Code With Cal
17,396
213

How to create a weekly calendar view, which displays a list of events for the selected date using Swift and Xcode. In this calendar tutorial series we build a calendar view from scratch meaning that no third party libraries are used

In this example iOS programming tutorial, we continue on with our monthly calendar and modify our collection view to work as a weekly view. From that weekly view we implement an on item click so that when the user selects a date a list of that days events are displayed in a table view below.

A great beginner programming project to further your understanding with Calendars, Swift Programming, UIKit and Storyboards in Xcode.

Weekly Calendar Source Code:
https://github.com/codeWithCal/Calend...

Part 1 Monthly Calendar View:
   • Calendar App Example Swift Xcode Tuto...  

Part 3 Daily Calendar View:
   • Daily Calendar Swift Xcode Tutorial  ...  

Monthly Calendar Source Code:
https://github.com/codeWithCal/Calend...

⏱️ TIMESTAMPS ⏱️
00:00 - Intro
00:25 - Weekly Calendar
05:03 - Daily Events

#CalendarApp #SwiftXcode #AppDevelopment