Git Product home page Git Product logo

lwcalender's Introduction

ZYCalender

参考ZYCalendarView 模仿了Android的material design设计

calender.gif

目前还没有开放定制化的API,想要定制UI只能修改源码

Usage

1.下载源码,将ZYCalendarView文件夹加入自己的工程 2.在需要使用的地方添加

	#import "ZYDatePickerDialog.h" 

3.实现代理DatePickerDelegate

    @interface ViewController ()<DatePickerDelegate>

    @end 

    -(void)onDateSet:(ZYDatePickerDialog *)dialog StartDate:(NSDate *)start EndDate:(NSDate *)end{
        NSLog(@"onDateSet");
    }

4.创建和显示

    [[ZYDatePickerDialog initWithDate:[NSDate date] Delegate:self] show]; 

To do

1.更换工程名,写这个库也是一时兴起,都没来得及改名字

2.添加到Pod中,支持pod安装

3.添加UI定制的API

4.寻找UI设计师帮忙设计布局,这个布局还是有点丑......

Author

luwei2012

License

CoreTextView is available under the GNU license. See the LICENSE file for more info.

lwcalender's People

Contributors

luwei2012 avatar

Stargazers

MohsinAli avatar

Watchers

MohsinAli avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.