Questions tagged [kal]

Kal is an open source calendar component for the iPhone (the UI is designed to match MobileCal) .

Kal provides an open-source implementation of the month view in Apple's mobile calendar app (MobileCal). When the user taps a day on the calendar, any associated data for that day will be displayed in a table view directly below the calendar.

Source: Kal github

38 questions
0
votes
1 answer

How to makes changes in kal calender to display events from json webservice

hi am creating an iphone app in which im using calender in order to display events.For this i used kal calender api https://github.com/klazuka/Kal in my project and i need to display events based on start date and end date which are coming from…
sravani
  • 1
  • 2
0
votes
0 answers

Giving Navigation Bar Button functionality over segmented views

I am having a problem with my iOS application that has Kal integrated into the application. Heres an image of whats going on. If you notice the classes I have implemented on the left part of the picture, you can sorta capture the way I went about…
jsetting32
  • 1,632
  • 2
  • 20
  • 45
0
votes
2 answers

Backend for iOS app

My question is how do i get information from a server to my iphone app. let's assume I have completed my current project I'm working on that only needs data to be uploaded to my application. I understand there is a database or server I must create…
jsetting32
  • 1,632
  • 2
  • 20
  • 45
0
votes
1 answer

Selecting events using Kal calendar

I'm adding a calendar view to my app using Kal Calendar but am having problems implementing a didSelectRowAtIndexPath method on the event list. I would like to push a view controller when the user selects an event for any given day. I've tried…
Chris
  • 1,180
  • 1
  • 9
  • 17
0
votes
1 answer

KAL Calendar, how to implement KalDataSource so as I can show events which are in iOS in-built Calendar app?

I have integrated Kal Calendar in my app successfully, here is the method how I show the calendar -(void)showDepartDatePicker{ NSLog(@"showDepartDatePicker"); if(_departDatePicker != nil){ [self.navigationController…
Hardik Thakkar
  • 394
  • 5
  • 17
0
votes
1 answer

Calendar Kal : how to refresh the tableview dynamically?

Hi everyone i am developping a tab bar application where one of the tabs is the Calendar from Kal library (http://github.com/klazuka/Kal). I use CoreData as the DataSource for the Kal. It works perfectly but the table view below the Cal is never…
DarkRainbow
  • 97
  • 1
  • 5
-1
votes
1 answer

dig domain ANY return refuse connection to port 53

I tried to run the below dig command: dig www.google.com ANY dig google.com ANY but i always got the respone ;; Connection to 172.16.137.2#53(172.16.137.2) for www.google.com failed: connection refused. I tried many other domains but nothing…
Omar
  • 70
  • 2
  • 14
-1
votes
1 answer

Kal for iOS: there is a way to do not show the table view?

There is a way to do not show the UITableView in Kal, i.e., just the calendar (little squares) interface? Thanks in advance!
reinaldoluckman
  • 6,317
  • 8
  • 42
  • 50
1 2
3