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

Commit

Permalink
Fix optional warning
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Sep 17, 2017
1 parent 5ce6706 commit aae67d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion GBHFacebookImagePicker/Classes/View/GBHSelectedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ final class GBHSelectedView: UIView {

/// Prepare view constraints
fileprivate func prepareConstraint() {
// Apply checkmark constraint
// Apply checkmark constraint
guard let checkMarkView = self.checkMarkView else { return }
self.addConstraint(NSLayoutConstraint(item: checkMarkView,
attribute: NSLayoutAttribute.bottom,
relatedBy: NSLayoutRelation.equal,
Expand Down

0 comments on commit aae67d2

Please sign in to comment.