Note that there are some explanatory texts on larger screens.

plurals
  1. USChris
    primarykey
    data
    text
    plurals
    1. COYes I have a parent tag in my childs. But I have no module tags in the parent. So a build of the parent project will not build any of the childs. And for me it would also not make any sense to put the module tags into the parent as the child modules are each builded on different times and do not share the same version.
      singulars
    2. COI think I got the names wrong, I should not be talking about a sub-module in this case. As the Projekt-B is actually just a child of project-A. Project A is just a pom which contains some plugin settings which are needed in Project-A (And I have not only a Project-B but also a Project-C and D, the Project-A just contains the common rules for building).
      singulars
    3. COThats interesting. But there is a property with the name subviews which you can use to iterate over all subviews in code. When looking further in the header file I see the property and it is defined in a category of UIView: @interface UIView(UIViewHierarchy) same is for the frame properties I was missing. So it seams the debugger cannot show the members which are defined in a category. And thanks for the reminder with the .h file I completely forgotten to look there while writing my questing oO This structure seams to be the same in all the UIView.h files I have here
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload