I'm using the https://github.com/richardtop/CalendarKit library to show all events in the calendar.
this library is amazing & it's working fine.
Now, the problem is it's only available with Day View.
In my project requirements are DayView & WeekView
ScreenShot 1: Day View (Default)
Which is working fine.
What I want to achieve with this library is WeekView
Check the below screenshot.
ScreenShot 2: Week View (Default)
I've searched many libraries but none of them supports the same UI.
Is there any solution or can we achieve it same UI?
Related
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?
I am building an iOS app for my university, but I am struggling with the question which Menu library I should use for building my "Start screen menu".
I like the menu style Yelp is using (see image below). Does anyone know if there is an iOS library for me to use, which has a similar menu like the menu in Yelp?
Thank you very much!
Actually core iOS SDK contains a library that can achieve a very similar effect to what you posted on your screenshot. The element is called an UICollectionView and it's purpose is to create a collection of elements. See the following guide for detailed information.
After you go through the guide, you will realise you can create a single UICollectionViewCell that has a button with an image. You can provide the contents of this cell via UICollectionViewDataSource and then respond to each specific cell being tapped via UICollectionViewDelegate.
The biggest problem I see would be creating those separator lines, but you can do this in code as well.
I developed my app for Android and now I'm trying to do it for IOS. I haven't been able to do this http://oi58.tinypic.com/fon3gp.jpg in Xcode. In Android I used linear and relative layouts to accomplish this. What can I use in Xcode to do something similar? Labels? Text view? Table view?
The page in the link above consists of 1 background, 1 logo, 1 button and one text per pharmacy.
You should be using a UITableView. There are a plenty of tutorials available for you.
Check these :
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/tableview_iphone/CreateConfigureTableView/CreateConfigureTableView.html
or
http://www.appcoda.com/ios-programming-tutorial-create-a-simple-table-view-app/
Can anyone suggest me a good calendar for iOS that has a day view, week view and a month view. Something similar to MBCalendarKit which I downloaded from
https://www.cocoacontrols.com/search?utf8=&q=calendar
When I integrate this calendar in my application using storyboard, I am not able to see the bottom buttons as seen in the image below.
Can anyone suggest me how to remove this bug or can you guys suggest me a good alternative for this? I tried almost all the calendars available like tapku, Kal etc.
Checkout i created day view using Tapku library DayView
For WeekView and MonthView use Tapku library
I have customized to some extent just like iCalender
I integrated MBCalendarKit with my App using storyboard. I just had to make the view controller in the storyboard to which I am connecting the MBCalendarKit as a navigation controller.
I need to implement a custom Calendar similar Blackberry native Calendar. I need to mimic almost the same as we see Month view on native Calendar. I tried GridFieldManager, but that doesn't have that much flexibilities. I just went through this site and tried to mimic kind of Calendar view, but I am seeing problem that I need to display the grid lines in a different color and text inside the grids in a different color.
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/How_To_-_Create_a_rich_UI_layout_with_TableLayoutManager.html?nodeid=1906675&vernum=0
Could you please share your thoughts and guide me?
thank you,
Ramesh S