iOS add Day View Calendar in application [closed] - iphone

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am trying to make an application with a day-view-calendar in it. I know there are quite a few questions that implicit the same as mine, but I haven't found an answer that makes it clear for me.
I want to make a day-view-calendar which contains several (5 or 6) columns. So that you can add items for 5 or 6 different users in one view.
Furthermore I want to have the lay-out similar to the iPhone calendar day view.
I am totally new here, can someone please help me how to solve my "issue"?

I think you should use tapku calendar library to get the same view.
https://github.com/devinross/tapkulibrary
Check this it may help you

You can use anyone of these
https://github.com/Clancey/UICalendar
https://github.com/kovpas/PMCalendar
https://github.com/vgrichina/ios-calendar
https://github.com/jaykz52/CKCalendar

Checkout i created day view using Tapku library DayView
I have customized to some extent just like iCalender

Related

Teleprompter app in Xcode using Swift [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have finished an online course in iOS development on Udemy and I'm ready to start developing my first (real) app.
My goal is to make a teleprompter app similar to: https://itunes.apple.com/dk/app/video-teleprompter-lite/id1031079244?mt=8
To start with, I would like to create just the moving text. I have looked at various concepts such as Core Animation, Text View, Segue from one view controller to another etc. But none of them seem to be able to display the moving text in the proper "teleprompter way".
I would really appreciate suggestions as to how to start/which relevant concepts to look at in this context.
Try reading up on UIDynamics, UIPushBehavior.
https://developer.apple.com/reference/uikit/uidynamicanimator

how to make my own custom calendar in iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Hi can anyone help in developing my own calendar,i have seen tapku library and also other different options available,but i am not getting anything .can anyone suggest me from where i have to start and what approach to follow i just want to create a custom calendar.
I want something that can push me to start with this.
Creating Calendar functionality is a lot of work, why don't you use something like Kal or tapku. I once used Kal and it works fine.
Anyways, if you want to create your own you should consider following
Decide on calendar view - whether you want to show grid view, list view, or day view.
Create event - where do you want to add events, in iPhone Calendar or in your own database. If it is your own database then you have to create your database and write procedures to add events.
Set Notifications - If it is your own database then you have to set notifications for alerts.
These are just few things came in my mind. What unique thing will you offer in your calendar. If not then it is just the waste of time!!!!

How to draw chart for heart rateing? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am developing an application that is heart rate app.
I would like to dislay heart rate in Chart view.
Could you tell me how to implement it or there is any chart framework for this case?
Please give me advise!
Using CorePlot framework is little bit complicated, but its good.
Otherwise if you need very simple Graph then go for ECGraph
Use CorePlot for that, I've used it in the past and it was great:
CorePlot

How to create iPhone "photofolder" like in Photos.app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Iam sure this is a dumb questions, but I've been searching all over the place without knowing what exactly Iam looking for. Is there a way to efficiently create a "photofolder" like the one in the standard Photos.app. Facebook seems to have this built in.
I guess I could have "hacked" a way to do it eventually, but Iam concerned with memory and best-practices. I've added an image to illustrate my what I want:
(source: bhs4.com)
So to be short; I want the thumbnail/folder look. Any good guides/tips?
Edit: Iam going to get images the images from Instagram if that matters!
Apple appears to be using a UICollectionView to display the images in a 'thumbnail grid' fashion.
For more info, Google UICollectionView
There are some open-source posibilities to display a photo-browse view controller. Search on github. I have found https://github.com/kirbyt/KTPhotoBrowser, which seems to be exactly what you are looking for, but there are other similar alternatives as well.
Hope it helps!

Where can I find this kind of control for making Electronic album on iPad [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Now I am making a Electronic album on iPad and I want to show the photos like this:
I have no idea where I can find this kind of control . Does any one know it or some places that I can find it? Really thanks!
We use iCarousel. I've posted a link to the author's github repository, since you seem to be having a problem going in via Cocoa Controls.
Check out this Carousel class: http://cocoacontrols.com/platforms/ios/controls/icarousel
You might try taking a look around cocoacontrols.com. Do a search for coverflow there. This one looks like it might be a good starting place: http://cocoacontrols.com/platforms/ios/controls/icarousel
https://github.com/devinross/tapkulibrary u can make a coverflow like feature with this library