tags:

views:

44

answers:

1

i developed one small application in objective c++.program uses socket connection from server.so i performed status of socket like(connecting , connected,failed to make connection)..in that i have 2 display option onw with activity indicator another with uilabel to tell what happen to socket or status of socket..but only uiactivity indicator is working well..if i put label.text=@"something"..it just goes error...

A: 

Have you made sure that you've hooked up all the Interface Builder things correctly with the label?

James Raybould