objective c - Is the order of view controller objects in the navigator pane relevant? -
I'm just starting to develop an app using Xcode 5 and am a newbie. I have a project where I want to hide the keyboard after editing a UITextView object. I compared this to a workable project (with Apple's keyboard accessories example) and can only see the difference that the view is the order of the object under the controller. I can not figure out how to reorder them, but I'm not sure That this is a problem. It appears that the wrong object is being selected as the first responder. I appreciate it if someone can tell me that it is relevant and if I am attaching a screenshot of the two view controllers to the object again, the Water View Controller screen shot is mine and the other keyboard is a helpful example.
In general this is actually You do not see the ordering order in the document outline.
You can change the order by dragging them around.
However, some details may be invisible, sometimes changing the order of 2 objects, so make sure that you always check the changes made by you.
Hope this is
Comments
Post a Comment