In doubt: I added a view B inside the main view of a ViewController C. Upon creating the outlets I connected them to the ViewController C. It is obvious the UIView outlet for view B ought to be placed in the ViewController C. But the outlets which are in view B should they be in ViewController C. Or should a new ViewController be added containing the outlets of view B?
Everything works by the way. I just want to know if I made a design mistake placing the outlets in the ViewController C.
Everything works by the way. I just want to know if I made a design mistake placing the outlets in the ViewController C.