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 |
Who made objective c?
What is an accessor method?
What is difference between extern and global?
How to initialize nsmutabledictionary in objective c?
What is nonatomic and strong in objective c?
What is enum constant?
How to make a code snippet thread safe?
Can we create dynamic classes in objective c?
Can a static library (.a) contain resources like images, sound files etc?
What is id type in objective c?
What are the important data types found in objective-c?
What are the rules of variable?