cocoa touch - Flip UIAlertView -


i have not found way without using private apis, quite shame, app , many others benefit from. have uialertview details... button on it, want sort of 'flip' other side , show different uialertview, uitwosidedalertviewcontroller, not using private apis.

first of all, possible? looked on uialertview header, couldn't see relating this. uialertview inherit uiview, suppose simple view animation might key, said, i've never done view animation flips.

why not use 1 of several uialertview replacements have been created , add flip functionality yourself?

you can find uialertview replacement here: https://github.com/tomswift/tsalertview

the flip can created using standard flip animation block via [uiview transitionwithview ...]


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -