English 中文(简体)
十二、[闭门]日历控制
原标题:Calendar Control in iOS [closed]

我们不准许向软件图书馆、辅导、工具、书籍或其他场外资源征求建议的问题。 你可以ed问这个问题,以便用事实和引证来回答。

Closed 8 years ago.

I am looking to have a calendar control in one of the view controllers in my app. I have looked around and found Kal and Tapku as the popular ones. I was able to integrate Kal into my project, but it doesn t seem to be doing what I want to.

What I am looking for is - 1. The font color, cell color, font bold/italics etc. should be customizable through the API. 2. I should be able to segue to another view controller from any cell (i.e. date) 3. I should be able to display some more controls on the screen.. such as a few labels, etc.

能否得到我能为满足我的需要而定制的、先前存在的第三方日历控制? 或者,我是否需要建立自己的日历控制?

问题回答

看看我的开放源日历组成部分:https://github.com/k06a/ABCalendarPicker

如果是卡莱的话,你将不得不改变KalTileView.m,在那个地方,你可以绘制背景图和字体(用斜线法)。

希望这一帮助。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签