添加方向控制设备的的描述
This commit is contained in:
parent
f32e978ecc
commit
7460e2d7f9
|
|
@ -15805,7 +15805,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
|
@ -15923,7 +15923,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@
|
|||
@property (weak, nonatomic) IBOutlet UIImageView *kindImage;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *kindName;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *hotImg;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *detailLabel;
|
||||
|
||||
@end
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<device id="retina4_7" orientation="portrait">
|
||||
<adaptation id="fullscreen"/>
|
||||
</device>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
|
|
@ -42,16 +40,31 @@
|
|||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="calibratedRGB"/>
|
||||
</view>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wlT-hh-arZ" userLabel="detailLabel">
|
||||
<rect key="frame" x="18.5" y="97" width="80" height="15"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="80" id="HmQ-PG-RWa"/>
|
||||
<constraint firstAttribute="height" constant="15" id="SWf-eL-NEg"/>
|
||||
</constraints>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="8"/>
|
||||
<nil key="textColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
</view>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="wlT-hh-arZ" secondAttribute="bottom" constant="5" id="fFd-oG-2Iy"/>
|
||||
<constraint firstItem="wlT-hh-arZ" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="zn3-F5-GLv"/>
|
||||
</constraints>
|
||||
<size key="customSize" width="117" height="129"/>
|
||||
<connections>
|
||||
<outlet property="detailLabel" destination="wlT-hh-arZ" id="ASj-W6-WIT"/>
|
||||
<outlet property="hotImg" destination="1wG-cG-fhN" id="bcZ-uh-qvI"/>
|
||||
<outlet property="kindImage" destination="L2T-y1-fgN" id="FtG-xz-gXF"/>
|
||||
<outlet property="kindName" destination="Y6d-3P-izR" id="ihZ-S4-GcR"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="-159.5" y="9.5"/>
|
||||
<point key="canvasLocation" x="-160.80000000000001" y="9.4452773613193415"/>
|
||||
</collectionViewCell>
|
||||
</objects>
|
||||
</document>
|
||||
|
|
|
|||
|
|
@ -118,13 +118,17 @@ static NSString *bootomRecCellIdentifier = @"IfishRecVideoViewCell";
|
|||
|
||||
cell.kindImage.image = _dataImgArray[indexPath.row];
|
||||
cell.kindName.text = _dataNameArray[indexPath.row];
|
||||
cell.detailLabel.text=@"";
|
||||
if (indexPath.row ==3) {
|
||||
cell.hotImg.image= LXImageWithImageName(@"devicename_iocn_label");
|
||||
//cell.hotImg.hidden = NO;
|
||||
|
||||
}else if (indexPath.row ==2){
|
||||
}else if (indexPath.row ==8){
|
||||
|
||||
//cell.hotImg.image= LXImageWithImageName(@"devicename_iocn_new");
|
||||
|
||||
|
||||
cell.detailLabel.text=@"(此功能仅限摇头机)";
|
||||
|
||||
}
|
||||
|
||||
return cell;
|
||||
|
|
|
|||
Loading…
Reference in New Issue