File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >2.4 </string >
20+ <string >2.5 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleURLTypes </key >
3232 </dict >
3333 </array >
3434 <key >CFBundleVersion </key >
35- <string >2.4.2015032318 </string >
35+ <string >2.5.2015032721 </string >
3636 <key >LSRequiresIPhoneOS </key >
3737 <true />
3838 <key >NSLocationWhenInUseUsageDescription </key >
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ - (void)layoutSubviews{
135135 }];
136136 [_lineView mas_makeConstraints: ^(MASConstraintMaker *make) {
137137 make.left .equalTo (_proImgView.mas_left );
138- make.right .equalTo (_proTitleL. mas_right );
138+ make.right .equalTo (self. contentView . mas_right ). offset (-pading );
139139 make.bottom .equalTo (self.contentView );
140140 make.height .mas_equalTo (1.0 );
141141 }];
You can’t perform that action at this time.
0 commit comments