How we can layout subviews in a view?
Answer / Gourav Pandey
To layout subviews in a view, you can use Auto Layout, which is a framework in iOS for designing and positioning UI elements. You can also use Core Graphics functions like addSubview, frame, center, bounds, etc., to manually manipulate the position and size of subviews.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the rules for identifiers?
What are objective- c blocks?
What is the difference between nsdictionary and nsmutabledictionary?
What is difference between mutable and immutable?
What is the point of closures?
What does r mean in xcode?
What is objective c used for?
What happens when you create a block?
What is objective c & why it is used for?
Explain what is @synthesize in objective-c?
Explain the difference in xib/storyboard vs nib?
When is toll-free bridging useful?