I have a UILabel with properties set in IB (like custom font, shadow color, text color etc). I wanted to print all the properties of this UILabel to enable me to use the same set of properties on a different screen inside a UITableViewCell textLabel property. How do I print all the properties that I have set in my first screen to use it with the textLabel property inside UITableViewCell?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||
|
|
Create a function to set properties for label on 1st screen.
Call the same method on your
|
|||
|
|
|
I find a I would imagine the same works for Storyboard too. Copying from one |
||||
|

