Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

I'm using the Facebook Pop library to bounce a view every time something happens in my app. The problem is that the animation works only on the 1st occurrence. It is easily reproducible with this ...
Jan's user avatar
  • 7,694
6 votes
1 answer
632 views

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 = [...
iOSGeek's user avatar
  • 5,657
0 votes
1 answer
148 views

I have been searching for the whole internet about how to make a Spinning animation with facebook POP animation. With no luck that kPOPLayerRotation only supports "Flip X/Y" animation, but not "Spin" ...
Dicky Tsang's user avatar
  • 6,383
2 votes
0 answers
269 views

I'm using Xcode 8 and both Swift and Objective-C in my code. Recently, I updated my Xcode from 7.3.1 to 8 and converted Swift syntax to Swift 3. Then I got this error: 'pop/POP.h' file not found. ...
Hongxu Jin's user avatar
2 votes
2 answers
718 views

I'm using Facebook pop framework to perform some cool animations. I'm shaking a button in this way : let rotation = POPSpringAnimation.init(propertyNamed: kPOPLayerRotation) rotation.springBounciness ...
Andrea Mario Lufino's user avatar
1 vote
3 answers
623 views

I'm trying to implement this wonderful framework: https://github.com/Yalantis/Koloda The framework requires Facebook Pop, I don't like using cocoa pod so I added Pop manually, like this: And I ...
Bright's user avatar
  • 5,761
3 votes
3 answers
1k views

SITUTATION: I have created a pulsating animation and it works. Using the repeatForever property, I was able to make it continuous as I wanted. But one issue remains that I wasn't able to fix after ...
Coder1000's user avatar
  • 4,541
0 votes
1 answer
319 views

I'm using POP framework for animations. I want to tap a UIButton and have it grow by 5%, then shrinks back to original size. I can get the grow or the shrink to work, but since I haven't used the ...
noobsmcgoobs's user avatar
  • 2,746
0 votes
1 answer
644 views

There are some posts, where UIWebView bottom is black and can be resolved by two simple ways. 1. Clear Background of UIWebView 2. Set Opaque to NO. However, this only solves problem for static ...
Chatar Veer Suthar's user avatar
0 votes
0 answers
58 views

I have a UITextField inside of a UIView. I am using spring animations and it's working great until I try to select text inside of the UITextField. It then makes the UIView return to its original ...
Lucky's user avatar
  • 609
1 vote
1 answer
90 views

Is there any simple way to achieve YTPlayer like opening-closing effects? I tried Facebook pop animation but could not be successful. Here are some code that I tried: UIView *fromView = [...
Emrah Akgül's user avatar
0 votes
1 answer
81 views

In UINavigationController Delegate I add pop animation in the transition, what I did is as following: - (NSTimeInterval) transitionDuration:(id<UIViewControllerContextTransitioning>)...
user2507194's user avatar
0 votes
1 answer
552 views

I am trying to animate a custom button using Facebooks POP framework. The animation does not happen until the request is done using Alamofire. What I want to do is make the request and during the ...
Deniz Oztreves's user avatar
0 votes
1 answer
202 views

I am migrating my iOS project from XCode 6.4 to XCode 7. Also migrating the code from Swift 1.2 to Swift 2.0. The project uses several cocoapods and all of them are working great EXCEPT Pop, which ...
Ty Jacobs's user avatar
  • 218
1 vote
1 answer
217 views

Here’s what I’m trying to do, in a Mac App: Mac App uses my own custom OS X framework called Proto (for short). Proto has a class like Animator.swift that uses Facebook’s pop library. It uses symbols ...
jbrennan's user avatar
  • 12k

15 30 50 per page