control-panel
control-panel

Reputation: 275

iOS/swift - create calendar weekview

I'm trying to create a calendar weekview in portrait mode in an iOS app. I only need 1 week that will be displayed all the time, so 7 columns are enough.

To visualise: the result should look something like the middle screen in this picture: http://41.media.tumblr.com/a5bc39604e4cd0d6ebf036d204aff82e/tumblr_ncndmwmNKg1tlbw3mo3_1280.jpg

I'm fairly new to iOS. I can create some basic apps now but can't figure out how to design this view. What controller and view should I start with? Any ideas on how to design this view?

Any help is very welcome! Thanks in advance.

Upvotes: 2

Views: 3619

Answers (1)

benmore99
benmore99

Reputation: 933

Try to use this awesome library.. https://github.com/erichoracek/MSCollectionViewCalendarLayout

Upvotes: 4

Related Questions