Git Product home page Git Product logo

hysidescrollingimagepicker's Introduction

HySideScrollingImagePicker

Platform Language License

image

Example【示例】

Pop Up Photos Selection Controls【弹出照片选择控件】

    [HySideScrollingImagePicker ClassMethodsCancelStr:@"取消" otherButtonTitles:@[@"拍摄",@"从相册选择",@"更多"] isMultipleSelection:false SeletedImages:^(NSArray *GetImages, NSInteger Buttonindex) {
        //do what you want...
    }];

Pop Up Custom Action Sheet【弹出底部选择框】

    HyActionSheet *action = [[HyActionSheet alloc] initWithCancelStr:@"取消" otherButtonTitles:@[@"退出登录",@"test",@"ABC",@"BCD"] AttachTitle:@"退出登录后不会删除任何历史数据, 下次登录依然可以使用本账号"];
    //改变其中一条title颜色
    [action ChangeTitleColor:[UIColor redColor] AndIndex:1];
    //Block回调
    [action ButtonIndex:^(NSInteger Buttonindex) {
        //do what you want...
    }];

Fix Bugs

  • 已修复Block不存在导致crash
  • 已修复CollectionView多选重用,导致得到的数据混乱bug
  • 修复BUG:获取系统图片,图片过多的时候会崩溃.
  • 针对屏幕旋转做了支持 - Made support for screen rotation 感谢@mythodeia指出
  • 修复iOS 9预览照片不显示bug

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我
  • 将模仿进行到底,让更多新手开发者了解比较酷的界面实现思路...
  • 如果觉得好用请Star!
  • 谢谢!

hysidescrollingimagepicker's People

Contributors

wwdc14yh avatar

Watchers

James Cloos 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.