as i see the answer Visit IBOutlet and IBAction
the highest voted answer said “If you're not going to be using Interface Builder at all, then you don't need them in your code”
i fill confused when i see somebody's code like this
#import <UIKit/UIKit.h>
@interface ParallaxHeaderView : UIView
@property (nonatomic) IBOutlet UILabel *headerTitleLabel;
@property (nonatomic) IBOutlet UIImageView *headerImageView;
@end
are there any tips beyond my shallow knowledge?