私はObjective-Cを学ぼうとしています。だから私は ProfileViewController を実装したばかりで、これが私のヘッダーファイルです:
#import <UIKit/UIKit.h>
@interface ProfileViewController : UIViewController
@property (strong, nonatomic) UIScrollView *scrollView;//strong is not colored by XCode
@end
しかし、私は行に次のエラーがあり、@property
完全に立ち往生しています:
No 'assign', 'retain' or 'copy' attribute is specified - 'assign' is assumed
Default property 'assign' not appropriate for non-gc object
そして、私ProfileViewController.m
には次の警告があります:Property 'scrollView' needs
setScrollViewneed to be defined
Developer Information:
Version: 4.1 (4B110)
Location: /Developer
Applications:
Xcode: 4.1 (516)
Instruments: 4.1 (4138)
Dashcode: 3.0.2 (336)
SDKs:
Mac OS X:
10,6: (10J567)
10,7: (11A511a)
iPhone OS:
4,3: (8H7)
iPhone Simulator:
4,3: (8H7)