Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from drawRect/Boomi/iPhonXSafeAreaIssue
Browse files Browse the repository at this point in the history
Boomi/i phon x safe area issue
  • Loading branch information
boominadhaprakash authored Apr 6, 2019
2 parents 4a91142 + 2a9e611 commit 15221b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion InstagramStories.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
D6287E4F223FC68F0070E5FE /* Models */,
D6287E58223FC69B0070E5FE /* StoryHeaderView & ProgressView */,
D6287E37223FC2050070E5FE /* IGPlayerView */,
D65EC406225791D9000D01B6 /* StoryPreviewView */,
D6287E38223FC2440070E5FE /* CollectionViewCell */,
);
path = Source;
Expand Down Expand Up @@ -315,14 +316,21 @@
D6287E5D223FC6BA0070E5FE /* StoryPreview */ = {
isa = PBXGroup;
children = (
D6287E5E223FC6BA0070E5FE /* IGStoryPreviewView.swift */,
D6287E5F223FC6BA0070E5FE /* IGStoryPreviewModel.swift */,
D6287E60223FC6BA0070E5FE /* IGStoryPreviewController.swift */,
);
name = StoryPreview;
path = Modules/StoryPreview;
sourceTree = "<group>";
};
D65EC406225791D9000D01B6 /* StoryPreviewView */ = {
isa = PBXGroup;
children = (
D6287E5E223FC6BA0070E5FE /* IGStoryPreviewView.swift */,
);
path = StoryPreviewView;
sourceTree = "<group>";
};
D6D240A8225206D5008C0738 /* Image Storer */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class IGStoryPreviewView: UIView {

//MARK: - Private functions
private func createUIElements(){
backgroundColor = .white
backgroundColor = .black
addSubview(snapsCollectionView)
}
private func installLayoutConstraints(){
Expand Down

0 comments on commit 15221b8

Please sign in to comment.