Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: genesys on March 18, 2014, 07:52:55 PM

Title: How to subscribe method to UIButton notify?
Post by: genesys on March 18, 2014, 07:52:55 PM
How can I subscribe a callback method to the notification event of a UIButton, but not through the Editor but via scripting?
Title: Re: How to subscribe method to UIButton notify?
Post by: ArenMook on March 18, 2014, 09:23:42 PM
EventDelegate.Add(button.onClick, MyFunction);