You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and scroll down to the bottom to see templates provided by Tenpearls. You will notice that one of them is labeled as "Control".
In our project template we have two folders "Controls" and "Components". Now it is quite confusing that the type "Control" referred in template is suitable to use for "Controls" folder or "Components" folder.
As per our understanding, "Controls" folder are designated for the low level controls like the most basic UI element. For example Label, TextField, Button etc, likewise "Components" folder are designated for the complex controls that are based on the controls present in "Controls" folder.
So the name in template "Control" is quite confusing and as per the understanding it is suitable for "Components" folder hence should be renamed to "Component" instead of "Control"
The text was updated successfully, but these errors were encountered:
When we follow these steps in XCode:
File -> New -> File...
and scroll down to the bottom to see templates provided by Tenpearls. You will notice that one of them is labeled as "Control".
In our project template we have two folders "Controls" and "Components". Now it is quite confusing that the type "Control" referred in template is suitable to use for "Controls" folder or "Components" folder.
As per our understanding, "Controls" folder are designated for the low level controls like the most basic UI element. For example Label, TextField, Button etc, likewise "Components" folder are designated for the complex controls that are based on the controls present in "Controls" folder.
So the name in template "Control" is quite confusing and as per the understanding it is suitable for "Components" folder hence should be renamed to "Component" instead of "Control"
The text was updated successfully, but these errors were encountered: