objective c - Why drag UILabels only to the .m file from storyboard? -
In which case should I create an asset in .m file? In the past I saw that every person made them in .h files. Will it be private or why should I use this solution?
@interface StatViewController () @property (weak, non-meticulous) IBOutlet UILabel * sampleText; @end
you leave an asset in .m file for
In the scenario you are showing that you will leave
sampleText
property in the header file if you should be able to reach out of your classroom otherwise you can class it tocontinuity < / Code>.
Comments
Post a Comment