Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Kieran Robinson
Kieran Robinson
9,411 Points

Calendar in iOS app?

Has anyone ever added a Calendar into their iOS apps? For example on the diary app it would be nice to have a calendar view to see diary entries on specific days? If anyone has or has used any 3rd party libraries that are good to use and customise please let me know. Thanks, Kieran

2 Answers

Hi Kieran,

I havn't added a calendar to an app before however I am going through the Diary App course mainly to better orientate myself with CD. I agree with your point, I had a quick look on Github and found this;

https://github.com/jivesoftware/PDTSimpleCalendar

This seems to fulfil your intended purpose and is customisable, furthermore its installable through pod! If you havn't seen the video's on CocoaPods I recommend you do as its a great way to find, install and manage third-party libraries most of which are also on github (https://teamtreehouse.com/library/ios-tools)

Hope this helps!

Kieran Robinson
Kieran Robinson
9,411 Points

Hiya Jayden, Thank you for taking the time to help! I will have a look into implementing that third party library, it looks good! Good luck with the Core Data! Thanks again, Kieran.