It doesn't work well?
guochengggong opened this issue · 0 comments
@Property (nonatomic, retain) UITableView *bottomTV;
@Property (nonatomic, retain) UICollectionView *ADCollectionV;
@Property (nonatomic, retain) UIPageControl *pageControl;
@Property(nonatomic, retain) NSTimer *timer;
@Property (nonatomic, retain) NSMutableArray *ADInfoArrM;
@Property (nonatomic, retain) NSMutableArray *tripsInfoArrM;
@Property (nonatomic, retain) UIWebView *webView;
@Property (nonatomic, copy) NSString *moreTripsIdNumber;
@Property (nonatomic, retain) MBProgressHUD *HUD;
@Property (nonatomic, retain) StoryTitleTableViewCell *cell;
and use XAlign it changed
@Property (nonatomic, retain) UITableView *bottomTV;
@Property (nonatomic, retain) UICollectionView *ADCollectionV;
@Property (nonatomic, retain) UIPageControl *pageControl;
@Property (nonatomic, retain) NSTimer *timer;
@Property (nonatomic, retain) NSMutableArray *ADInfoArrM;
@Property (nonatomic, retain) NSMutableArray *tripsInfoArrM;
@Property (nonatomic, retain) UIWebView *webView;
@Property (nonatomic, copy ) NSString *moreTripsIdNumber;
@Property (nonatomic, retain) MBProgressHUD *HUD;
@Property (nonatomic, retain) StoryTitleTableViewCell *cell;