As I am new to Xcode, I do not understand clearly how Xcode organizes workspaces and projects. By using Google, I believe the following:
- A workspace contains many projects.
- Project contains many Targets
- A project should have at least one target.
Are all of the above statements are true?
If i have one class called (login.h,login.m,login.xib) in my project, can I use the same login file in different targets?
Can i use the same file in different Projects.
If there is a tutorial or other articles that explain, please let me know of them.