ios - For a .xib file, how do I know what class is the file's owner? -


often, need connect outlets , actions .xib's file's owner class.

how know class file's owner each .xib?

select xib, on left side select files owner

enter image description here

on right side on inspector select third icon left check screen shot, ther e class of file owner

enter image description here


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -