OSAnimation

Superclass:
NSObject
Declared In:

Introduction

Animation related utilities



Methods

+blinkObject:duringSeconds:

blink an object


blinkObject:duringSeconds:


blink an object

+(void)blinkObject:(UIView*)object duringSeconds:(double)seconds; 
Parameters
object

the UIView to blink

seconds

Number of seconds of the blink effect.

Discussion

This method makes an UIView object to change its opacity from 1 to 0 repeatidly for a duration.