1.在.h文件中,例如:@interfacePullToRefreshView:UIView{UILabel*lastUpdatedLabel;UILabel*statusLabel;CALayer*arrowImage;UIActivityIndicatorView*activityView;}2.在.h文件中,例如:@property(nonatomic,strong)UIScrollView*scrollView;3.在.m文件中,例如:@interfacePullToRefreshView@property(nonatomic,strong)NSArray*titles;@end4.在.m文件中,例如:@implementationTopicListViewController{PullToRefreshView*pull}简而言之,是否是1.在头文件中的是public属性,在.m中的是private属性?2.在@interface和@implementation中用大括号扩起来的和@property有何区别?(除了synthesize方面)3.一般情况下应该如何写?
慕侠2389804
素胚勾勒不出你
相关分类