MRTAnimatedImage
|
class MRTAnimatedImage : NSObject |
Summary
Instance methods
|
init!(loopCount:Â Int32) |
|
init!(loopCount: Int32, frames: [Any]!) |
|
func addFrame(with image: UIImage!, duration: TimeInterval) |
|
func loopCount() -> Int32 |
|
func frames() -> [Any]! |
Instance methods
init(loopCount:)
|
init!(loopCount:Â Int32) |
init(loopCount:frames:)
|
init!(loopCount: Int32, frames: [Any]!) |
addFrame(with:duration:)
|
func addFrame(with image: UIImage!, duration: TimeInterval) |
loopCount()
|
func loopCount() -> Int32 |
frames()
|
func frames() -> [Any]! |