MSSticker should be able to take array of images in initializer

Originator:morten
Number:rdar://26827066 Date Originated:15-Jun-2016 05:31 PM
Status:Opeb Resolved:
Product:iOS SDK Product Version:iOS 10 beta 1
Classification: Reproducible:
 
Summary:
To ease the creation of animated stickers on runtime, the MSSticker should have an additional initializer which takes an array of images like UIImageView.

Steps to Reproduce:
1. Have a sequence of images
2. Try to create MSSticker with more than 1 image

Expected Results:
An animatable MSSticker

Actual Results:
Compile error :)

Version:
iOS 10

Notes:
Initializer could be called
init(contentsOfFileURLs: [URL], localizedDescriptions: [String])

or maybe even better create a new MSStickerSequence type which takes an array of MSStickers and further extend the MSStickerView

Configuration:
All configurations

Attachments:

Comments

I needed that and solved

I needed that too - solved by using ImageIO and generating APNG files in temp caches dir

https://github.com/radif/MSSticker-Images/

Hope you find this helpful

By radif.sharafullin at July 1, 2016, 6:28 a.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!