Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlinFeng committed Sep 5, 2015
1 parent e81e14b commit 4ab1dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension CFCityPickerVC: UITableViewDataSource,UITableViewDelegate{
/** 计算高度 */
private func headItemViewH(count: Int) -> CGRect{

var height: CGFloat = count < 4 ? 90 : 140
var height: CGFloat = count <= 4 ? 96 : 140
return CGRectMake(0, 0, headViewWith, height)
}

Expand Down

0 comments on commit 4ab1dbb

Please sign in to comment.