File tree Expand file tree Collapse file tree
EasyReader/Application/Controllers/Home Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 */
2424@interface CSHomeViewController : CSBaseViewController <UICollectionViewDelegate,UIScrollViewDelegate>
2525
26+
27+ # pragma mark - IBOutlet
28+
2629// / Vertical scroll view holding collection view and webviews
2730@property (weak , nonatomic ) IBOutlet UIScrollView *verticalScrollView;
2831
3538// / The collection view which holds the individual feed items
3639@property (strong , nonatomic ) IBOutlet CSFeedItemCollectionView *collectionView_feedItems;
3740
41+
42+ # pragma mark - Properties
43+
3844// / Displays website that hosts article
3945@property (nonatomic , strong ) UIWebView *feedItemWebView;
4046
5359// / Integer id for the Collection cell that user is scrolling to
5460@property NSInteger collectionCellGoingTo;
5561
56- // / Scrolls through collection view to display whatever item is set to currentItem
62+
63+ # pragma mark - Methods
64+
65+ /* *
66+ * Scrolls through collection view to display whatever item is set to currentItem
67+ */
5768- (void )scrollToCurrentFeedItem ;
5869
5970@end
You can’t perform that action at this time.
0 commit comments