FullCalendar iOS UICollectionView - ios

Maybe this is not a real question, because I am asking for pointers on how to implement an Agenda (divided by months, week, day... something like fullcalendar plugin for jQuery) in iOS. My first guess is to use UICollectionView and stylish every day of the agenda as a UIView.
Am I on the right path?

UICollectionView is a good idea.
However, it might take you a while, have you tried searching cocoacontrols?

I've written my own view within a few days, you can borrow the code https://bitbucket.org/robvanderveer/calendardemo
It actually is a datepicker not a calendar. Mind that it is working code, but not polished.

Related

Which Controls do I have to choose in iOS development

an iOS app page, which descirbes some item's detail
This is kind of what I want to make
This is exact what I want
Actually I am not an iOS developer.
But a member of our team lacks of knowledge of consisting of iOS app Page(Scene)
I think he usually use table view all the time. which I guess he can't handle very well.
He always struggle about height of UITableView in dynamic pages.
As you see in the picture, page has two views, which I don't know how to call it.
If round button on the right side of a woman is pressed those two views switches.
I guess it's kind of "TAB".
Is it normal that using UITableView in this kind of page. or Which is best practise?
Thanks in advance and sorry for my english.
The first image can be made using a UITableView or UICollectionView(UITableView will do the job with lesser hassle). For second image, you'd wanna use a segmented control.
The third can be built using UICollectionView, however, there are plenty of third party libraries out there on github for the same and you might wanna check them out.
Last but not the least, have some faith in your developer. He seems to be a newbie if he's facing troubles with tableviews but believe me, we've all been there some day.Encourage him to ask questions on various communities. If he's curious enough, he'll be just fine after a while.

iOS Horizontal week calendar

I'm currently in a project which requires a sort of timetable. The requirement is a horizontal (scrollable if needed) week view. Something similar like the iOS calendar when holding the device in landscape position.
I managed to find a couple of Cocoacontrols/-pods, but none of them seem to be working properly or display an actual week calendar. The MSCollectionViewCalendarLayout is similar to what i need but it is unable to compile and it took more time to fix than i'd like to.
Any of you got some quick tips to speed up my project?

Daily Hour Picker Like Breather

I want to add something to my app like this image above, from Breather, where I can choose a time range by dragging the two circles around. I don't know what this is called exactly and was wondering if there was a way to do it in Swift or if there is a Cocoapod for something like this. Haven't started on it yet, so don't have any code. If anyone has experience with this kind of stuff, I'd love to know!

Scrolling issue with fixed divs in iframe on IOS

I am having a problem with iOS scrolling on an iPad. Every other platform tested works just fine. I love iOS, but hate it too. I was able to get the entire iframe contents scrolling within the parent, but there are two DIVs that are fixed that shouldn’t scroll within the iframe.
Before I spend a lot of time trying to work this out, I am just looking to leverage everyone’s experience for whether it, in fact, CAN be done. If it IS possible, then I will proceed to trying to work out a simple model and report it back for others. If experience shows that it can NOT be done, then you will all have saved me a lot of headache, not to mention time.
Here’s a drawing of what works on all other platforms but NOT iOS:
Simple question: Is it possible?
The simple answer is, in fact, YES.

how to add an event by touching in day view in calenderUI

i have a calenderUi.
Github Link
In this framework how to add a function call by touching on Hours Row?
How shoule I use this framework in landscape?
if you have worked or possess prior experience in similar framework, please give suggestions on how to achieve this?
NOW if i touched in 5hour row how recognize the Hour value and i have to redirect to another View..

Resources