自定义的日历视图 CLWeeklyCalendarView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/clisuper/CLWeeklyCalendarView
- 软件文档: https://github.com/clisuper/CLWeeklyCalendarView
软件介绍
CLWeeklyCalendarView是一款能够自定义的日历视图。支持点击日期的delegate方法,支持多种属性修改。日历以周为周期,双击空白的地方能够定位到当天日期,支持左右滚动。
初始化:
//Initialize
-(CLWeeklyCalendarView *)calendarView
{
if(!_calendarView){
_calendarView = [[CLWeeklyCalendarView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, 100)];
_calendarView.delegate = self;
}
return _calendarView;
}
//Add it into parentView
[self.view addSubview:self.calendarView];
Producing Masculinity
Michele White / Routledge / 2019-3 / $39.95
Thoughtful, witty, and illuminating, in this book Michele White explores the ways normative masculinity is associated with computers and the Internet and is a commonly enacted online gender practice. ......一起来看看 《Producing Masculinity》 这本书的介绍吧!
