Skip to content

Commit 9538542

Browse files
Alfredo UribeAlfredo Uribe
authored andcommitted
added pragma marks
1 parent 9d02785 commit 9538542

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

EasyReader/Application/Controllers/Home/CSHomeViewController.h

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
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

@@ -35,6 +38,9 @@
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

@@ -53,7 +59,12 @@
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

0 commit comments

Comments
 (0)