is there any framework for iOS that allows to create a time table like this app:
http://itunes.apple.com/us/app/id335495816?mt=8
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The closest I’ve seen (unless you code a custom view like they did) is MAWeek and Day View.
http://cocoacontrols.com/platforms/ios/controls/maweekview
http://cocoacontrols.com/platforms/ios/controls/madayview
On the day view, it looks like a UITableView with custom UITableViewCells (the one with the remaining time). To do that, create custom UITableViewCells:
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
http://useyourloaf.com/blog/2011/2/28/speeding-up-table-view-cell-loading-with-uinib.html