iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
belanote
V2EX  ›  iDev

photokit 框架中 PHImageRequestOptions 的 progressHandler 回调

  •  
  •   belanote · Oct 12, 2015 · 4851 views
    This topic created in 3867 days ago, the information mentioned may be changed or developed.

    直接看代码
    PHImageRequestOptions *options = [[PHImageRequestOptions alloc] init];
    options.networkAccessAllowed = YES;
    options.resizeMode = PHImageRequestOptionsResizeModeExact;

    options.progressHandler = ^(BOOL degraded, double progress, NSError *error, BOOL *stop) {

    };
    options.progressHandler 这个回调直接报错
    Incompatible block pointer types assigning to 'PHAssetImageProgressHandler Nullable' (aka 'void (^)(double, NSError * _Nullable __strong, BOOL * _Nonnull, NSDictionary * _Nullable __strong)') from 'void (^)(BOOL, double, NSError *_strong, BOOL *)'
    这个怎么破?

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   945 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 20:07 · PVG 04:07 · LAX 13:07 · JFK 16:07
    ♥ Do have faith in what you're doing.