From 36d528cfefc5e616372faeeae1ea7739b9050f7b Mon Sep 17 00:00:00 2001 From: nixzhu Date: Mon, 7 Dec 2015 17:04:36 +0800 Subject: [PATCH] fix show map image --- Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift index 68cabafb..3c1baef4 100644 --- a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift +++ b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift @@ -340,6 +340,7 @@ class FeedSocialWorkCell: FeedBasicCell { locationMapImageView.maskView = socialWorkMaskImageView socialWorkContainerViewHeightConstraint.constant = 110 + contentView.layoutIfNeeded() default: break