¡@

Home 

2014/10/15 ¤U¤È 10:11:37

iphone Programming Glossary: myactionsheet

how to enable text input in UITextField which is in UIActionSheet?

http://stackoverflow.com/questions/5089437/how-to-enable-text-input-in-uitextfield-which-is-in-uiactionsheet

UIColor clearColor btn addTarget self action nil forControlEvents UIControlEventTouchUpInside UIActionSheet myActionSheet myActionSheet UIActionSheet alloc initWithTitle @ Comments delegate self cancelButtonTitle nil destructiveButtonTitle nil.. clearColor btn addTarget self action nil forControlEvents UIControlEventTouchUpInside UIActionSheet myActionSheet myActionSheet UIActionSheet alloc initWithTitle @ Comments delegate self cancelButtonTitle nil destructiveButtonTitle nil otherButtonTitles.. initWithTitle @ Comments delegate self cancelButtonTitle nil destructiveButtonTitle nil otherButtonTitles nil nil myActionSheet.actionSheetStyle UIActionSheetStyleBlackOpaque myActionSheet showInView self.view myActionSheet.userInteractionEnabled YES..