0

I have a CustomLabel view which is a sub-class of UILabel it self.

Is there any possibility to set properties from Xcode Interface builder for this custom view. I have tried different things specified in this link:

Reuse a uiview xib in storyboard

But nothing is working for me. Will this kind of thing work ?

Community
  • 1
  • 1
Krish
  • 3,860
  • 1
  • 19
  • 32

1 Answers1

0

Sorry, i think its not possible. if you want like this, first we need to add UILabel in interface builder and take outlet connection then we can set properties.

example: self.myLabel.text="hi welcome"

Reddy
  • 19
  • 6