Accessing controls from implementation class
Posted
by Madegnas
on Stack Overflow
See other posts from Stack Overflow
or by Madegnas
Published on 2010-05-23T07:12:41Z
Indexed on
2010/05/23
7:20 UTC
Read the original article
Hit count: 160
iphone
|cocoa-touch
I develop a game that has a big number of buttons (25).
I want to know if i can access them without initiating them in interface (.h) in my implementation class.
© Stack Overflow or respective owner