mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 22:47:31 +08:00
Add signal names for logging / debugging purposes
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
}
|
||||
}];
|
||||
|
||||
return subject;
|
||||
return [subject setNameWithFormat:@"%@ +importPhotos", self];
|
||||
}
|
||||
|
||||
+(RACSubject *)fetchPhotoDetails:(FRPPhotoModel *)photoModel {
|
||||
@@ -65,7 +65,7 @@
|
||||
}
|
||||
}];
|
||||
|
||||
return subject;
|
||||
return [subject setNameWithFormat:@"%@ +fetchPhotoDetails: %@", self, photoModel];
|
||||
}
|
||||
|
||||
+(void)configurePhotoModel:(FRPPhotoModel *)photoModel withDictionary:(NSDictionary *)dictionary {
|
||||
|
||||
Reference in New Issue
Block a user