¡@

Home 

2014/10/15 ¤U¤È 10:04:46

iphone Programming Glossary: buttontest

Using xib object inside another xib

http://stackoverflow.com/questions/5095359/using-xib-object-inside-another-xib

Thanks Edit So I understand what I asked for at first is not possible. What I'm trying now is like that I created a ButtonTest.xib . Inside the Xib I have a UIView and 3 subviews 2 lables and a button . In the inspector I set the UIView class to ButtonTest.. . Inside the Xib I have a UIView and 3 subviews 2 lables and a button . In the inspector I set the UIView class to ButtonTest . Inside ButtonTest.m I have 3 outlets for each of the subviews which I connect in IB. Next I have a ButtonTestViewController.xib.. I have a UIView and 3 subviews 2 lables and a button . In the inspector I set the UIView class to ButtonTest . Inside ButtonTest.m I have 3 outlets for each of the subviews which I connect in IB. Next I have a ButtonTestViewController.xib . Inside it..