I have a problem with my first project in xcode. I add new class Lesson1 with main View and subview "Level1" is it possible add elements(programatically) to subview(highlighted) from class lesson1?. For example I wanna add UIButton to subview(highlighted) from Lesson.m but I dont know how. I added screenshots.