Thursday, 15 May 2014

uialertcontroller - Get handler of UIAlertAction in Swift -


How is it possible to get the handler of UIAlertAction in SWIFT? It is set to begin, but I have not got any property to hold on to the closure of the operation. The closing type is (UIAlertAction) -> Zero However, I would like to get the contents of the closing so that I have some closures like () - & gt; Zero . Is this possible? Thank you for your reply

There is no member / asset to appear by UILart Action Class. Although we can manage it manually by sub-clinging UILArtation and some members can name it, say, "ActionHandler" to store it.


No comments:

Post a Comment