I've been trying to bring my app to iPad, and i wanted to implement a day view like there is in the iOS Calendar.
I found some awesome libraries on GitHub, which do almost everything i want, the problem is, that i want to use my custom event model, and a custom view, which can represent the my custom event.
I have searched around, and found a good idea on StackOverflow, in which they said you could use a ScrollView, and the Events would be subviews of that scrollView. Some say a collection view could also do the job, but unfortunately i really could not get a good starting point, in how to do the view.
So let's imagine, i try the scrollview route, then i don't understand, how to make the separators with the hour marks?
I would really appreciate some good advice to get started.