Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some useful method to YYModel #208

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 20, 2017

  1. add some method to YYModel protocol

    1. 在YYModel协议中添加放方法`+ (NSString *)mapperToKeyFromPropertyName:`,
    用于属性名和字典key的转换
    2. 支持属性映射到json数组指定下标元素
    3. 添加NSString分类文件
    theSkyOfJune committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    f590083 View commit details
    Browse the repository at this point in the history
  2. 修改注释

    theSkyOfJune committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    460bd21 View commit details
    Browse the repository at this point in the history
  3. 修改注释

    theSkyOfJune committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    f296835 View commit details
    Browse the repository at this point in the history