Instance Method
reflowKeepActiveContentCentered(callback:)reflowKeepActiveContentCenteredWithCallback:reflowKeepActiveContentCenteredWithCallback_
applies changes to the state of the edit view in changeBlock but keeps the center of the active layer at the same place
Declaration
func reflowKeepActiveContentCentered(callback changeBlock: (Any) -> Void)Declaration
- (void) reflowKeepActiveContentCenteredWithCallback:(void (^)(id self)) changeBlock;Declaration
reflowKeepActiveContentCenteredWithCallback_(self: object, changeBlock)