Procedure for creating new objects

What is the procedure for creating new objects, in this case a scroll view?

Do you mean creating new UI elements programatically?

Yep :slight_smile:

Generally it’s with the init method, or one of its variations – for a scroll view it’s initWithFrame:.

Look in Xcode Help for Creating and Configuring a Scroll View.