Skip to content

如何自定义NSOperation #96

Open
@tbfungeek

Description

@tbfungeek
@interface IDLOperation : NSOperation

@end
#import "IDLOperation.h"

@implementation IDLOperation

- (void)main {
    if (!self.isCancelled) {
        //执行对应的操作
    }
}
@end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions