Monday 11 November 2013

how to show uiactionsheet from UIwindow in ios

Invoking UIActionSheet from UIWindow other than UIView by using below code in iPhone programming.
[actionSheet showInView:[UIApplication sharedApplication].keyWindow];

No comments:

Post a Comment