XAlign icon indicating copy to clipboard operation
XAlign copied to clipboard

It doesn't work well?

Open guochengggong opened this issue 9 years ago • 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;

guochengggong avatar Mar 23 '16 07:03 guochengggong