Giter Site home page Giter Site logo

blimagepickercontroller's People

Contributors

icetears1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blimagepickercontroller's Issues

maxNum=1 + 预览会崩溃

 case 5:
        {
            //选择 5张图片+相机
            imgVc.imageClipping = YES;
            imgVc.showCamera = YES;
            imgVc.maxNum = 1; //<------设为1,隐藏footer 出错
            imgVc.maxScale = 2.0;
            imgVc.minScale = 0.5; 
        }

2018-08-04 22:00:32.730794+0800 BLImagePickerVCDemo[376:28900] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan]'
*** First throw call stack:
(0x182886d8c 0x181a405ec 0x182886c6c 0x186a16d1c 0x186a08bbc 0x186a0916c 0x18c464360 0x18c475a18 0x100b7f2a0 0x100b7ecfc 0x18c49ee64 0x18c54ce1c 0x18c54c2d8 0x18c54bc14 0x18c54b6a4 0x18c53f3a8 0x18c4976f4 0x186a0dfec 0x186a1217c 0x18697e830 0x1869a6364 0x1869a71e4 0x18282e910 0x18282c238 0x18282c884 0x18274cda8 0x184731020 0x18c769758 0x100b70ad8 0x1821ddfc0)
libc++abi.dylib: terminating with uncaught exception of type NSException

@import UIKit 报错

BLImagePickerLib/BLTabBarTransitionAnimator.h:10:1: Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules

这里@import UIKit; 要改成
#import <UIKit/UIKit.h>

否则C++报错

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.