XAlign
XAlign copied to clipboard
will support ReactiveCocoa align style?
the default alignment
[[[RACObserve(instance, propery)
ignore:nil]
combinePreviousWithStart:@0
}] subscribeNext:^(NSNumber *result) {
// something
}];
should become ⬇️
[[[RACObserve(instance, propery)
ignore:nil]
combinePreviousWithStart:@0
}] subscribeNext:^(NSNumber *result) {
// something
}];