I have a custom button in an iOS with a custom image, and I would like to have a label below it, but the label always goes beside it, is there a way to make it go under it? I dont know if it makes a difference but I'm using a storyboard. I'm VERY new to iOS development.
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.
|
|
|
Yes, you need to define the insets:
Replace top/left/bottom/right with your values. If you're using interface builder, then you can adjust these by selecting your 'Edge' (Title or image), and then editing the inset underneath:
|
|||
|
|
