我正在为 iOS 开发时间管理器,需要创建如下图所示的内容。这是一周的任务列表。
- 绿框代表哪一天(周一、周日等...)
- 黑框代表单个任务
- 蓝色框代表添加新任务的按钮
据我了解,我需要创建自定义 UIView 来实现这个设计,对吗?也许有我可以使用的现成库?
先感谢您。阿纳托利。
我正在为 iOS 开发时间管理器,需要创建如下图所示的内容。这是一周的任务列表。
据我了解,我需要创建自定义 UIView 来实现这个设计,对吗?也许有我可以使用的现成库?
先感谢您。阿纳托利。
I've not really looked at the collections view stuff in iOS 6 yet, but I would think that might be a good match. ( I think that it's existence is not NDA, but further details would be).
I don't think there is anything to directly support this kind of layout in iOS 5, maybe you could use 6 UITableViews for the central section.
你只需要在 UIView 上添加一些 UIImageview 和 UIButtons。
去定制。那是最好的!
同时看看这里,如果你能找到有用的东西。可可也有一些带有源代码的自定义控件。
http://www.cocoacontrols.com/controls