facebook-pop Questions

1

Solved

I am working on an old project and want to get rid of POP framework I am sure that any animation can be done with native iOS framework. Here is the old code: POPSpringAnimation *springAnimation =...

4

Solved

Is there currently a way to use the Facebook Pop framework with auto-layout or do you have to use springs and struts? I keep reading that it is possible, but I don't know what the syntax is to be a...
Mcbrayer asked 31/7, 2014 at 20:21

7

I'd like to install facebook's pop framework. I have a multi-project workspace which is not using cocoa pods. I want just the simplest, dumbest, quickest install. From the pop readme: "... you ca...
Positron asked 10/6, 2014 at 22:38

3

Solved

I'm trying to animate the bounds of a UIButton using Facebook pop POPSpringAnimation, but I can't find what I should use in swift in replace of NSValue.valueWithCGRect This is what I'm trying to d...
Acetify asked 10/6, 2014 at 20:26

2

Solved

I was able to animate a constraint change using [UIView animateWithDuration:0.5 delay:0.5 usingSpringWithDamping:0.7 initialSpringVelocity:0.7 options:0 animations:^{ [self.closeButton layou...
Lehman asked 1/9, 2014 at 19:43

2

Solved

I'm animating a view on the X-axis using Facebook Pop's spring animation. It works fine, except I can't seem to change the speed. It seems that the velocity property is the only way to do this from...
Claudioclaudius asked 30/8, 2014 at 3:51

3

Solved

I'm presenting a UIViewController using presentViewController and a custom modalPresentationStyle, in an effort to implement a Facebook POP animated transition. The modal view itself is completely ...

2

Solved

When using the Coreanimation framework I can set an animation to repeat. I want to set a button to an "attract attention" mode which should make him grow and shrink by a small amount to get the use...
Jo asked 21/9, 2014 at 0:2

1

How can I have a loop animation with Facebook POP framework. I tried to set NO for a property named removedOnCompletion in the POPBasicAnimation class but It doesn't work.
Cosher asked 24/9, 2014 at 15:0

1

Solved

I have downloaded the facebook open source code pop from github. But all header files are imported like this: #import <POP/POPAnimatableProperty.h>. What should I to do with project setting t...
Kanter asked 14/5, 2014 at 9:55
1

© 2022 - 2024 — McMap. All rights reserved.