Good Job! I really love the applications you develop. It helps me learn a lot!
@ΓιώργοςΠαπακώστας-ι6υ Жыл бұрын
on iphone?
@TihomirRAdeff Жыл бұрын
yes
@ctay35594 жыл бұрын
How could I have the image flip multiple times? Example I would want the images to flip 3 times.
@ctay35594 жыл бұрын
I found this method but it is depreciated in Xcode 12. UIView.transition(with: image1, duration: 0.3, options: [.transitionFlipFromTop], animations: { UIView.setAnimationRepeatCount(3)}, completion: nil)
@TihomirRAdeff4 жыл бұрын
You start the animation like in the video with UIView.transition, and in "completition: nil" instead of nil you add another animation and on it's completition you add another animation. Basically every time you finish animation you start another one. This is the easiest way.
@ctay35594 жыл бұрын
The UIView.setAnimationRepeatCount(3) is depreciated.
@ctay35594 жыл бұрын
@@TihomirRAdeff Thanks I will try that out
@ctay35594 жыл бұрын
So can I copy and paste the animation line in the completion replacing the nil? Im getting syntax errors at the moment.
@TecStudyAP4 жыл бұрын
Please Develop Spy Microphone android application
@TihomirRAdeff4 жыл бұрын
new OS versions forbids using mic and camera in the background