Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Control to Component in Tenpearls XCode template #3

Open
shahan-ayyub opened this issue Apr 29, 2021 · 0 comments
Open

Rename Control to Component in Tenpearls XCode template #3

shahan-ayyub opened this issue Apr 29, 2021 · 0 comments

Comments

@shahan-ayyub
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant