There is a free text field under the font selection box in Xcode 5. It seems to belong to the Notes category. So: What is the purpose of Notes and the empty bo
The short answer for notes:- It is a textfield inside identity inspector which allow you to add note for UIElements. It has nothing to do much with your object. For example, lets say you have created some 5 textfield and among this one textfield contains numberformatter. Lets say drag and drop textfield and then put numberformatter over textfield. In IB it is not possible to see that numberformatter over textfield. So such kind of scenarios to identify in which object changes are there. Notes textfield will be useful, So for better recognizing we can use notes to identify change on that particular object.