objective c - How to create referencing outlets for a UIScrollView inside View -


I am developing my first app and now I have something that I think is really simple And so I'm asking for your help.

Today I am working with UIScrollView for the first time and now I have lost a bit with referencing outlets within the UIScrollView. My "level" of the storyboard is here:

  • See
    • see UIScrollView
      • UITextField
      • UITextField

Currently I need to reference some outlets in another scene and I do not know that in my reference How is the .m file because I have never done this (I only reference outlets in the first scene level) and I am lost at this time.

Can you help me with that problem?

Thanks in advance.

Before continuing, you should ensure that you understand the basics of connecting the outlet In Xcode.

Hope this helps. From there, just follow the same steps as if you connect anything, but now inside the scroll view.


Comments