
Hi,
I want to type cast sender object into UIButton. Please provide me code.
Thanks

HI,
Its very easy to typecast the sender object into UIButton. Please see the following code:
UIButton* myButton = (UIButton*)sender;
Thanks

HI,
Its very easy to typecast the sender object into UIButton. Please see the following code:
UIButton* myButton = (UIButton*)sender;
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.