- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是一名运行 Xcode 5 和 MacOS X 10.8.5 的业余 iOS 开发人员,我正在开发一款通用应用程序。我正在处理我的 iPad Storyboard,突然弹出一条消息说
XXXX.storyboard" could not be opened. Could not determine the type of data.
当我试图打开它时,它却向我显示了 XML 源代码,如下所示:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="QOo-HH-feM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="F6O-Ql-rEX">
<objects>
<viewController storyboardIdentifier="ViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="QOo-HH-feM" customClass="ViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Pid-s8-44Q"/>
<viewControllerLayoutGuide type="bottom" id="sia-TJ-spg"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="2Vh-FD-gHS">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JTc-0I-zmE">
<rect key="frame" x="-44" y="-20" width="828" height="1044"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" backgroundImage="6886658738_d647040ce5_o.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="keyboardKiller:" destination="QOo-HH-feM" eventType="touchUpInside" id="Ptv-XD-OwH"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9iy-2x-jn5">
<rect key="frame" x="251" y="589" width="256" height="86"/>
<constraints>
<constraint firstAttribute="height" constant="86" id="Zuv-eF-8mI"/>
<constraint firstAttribute="width" constant="256" id="l2b-Cj-XPD"/>
</constraints>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<state key="normal" title="Begin Hack" backgroundImage="Unknown.png">
<color key="titleColor" red="0.37254902719999999" green="0.99607849120000003" blue="0.0078431377190000002" alpha="1" colorSpace="deviceRGB"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<state key="highlighted">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="hackStarter:" destination="QOo-HH-feM" eventType="touchUpInside" id="eqd-0q-t1S"/>
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" editable="NO" text="Phone " selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zZ7-b2-s9Z">
<rect key="frame" x="101" y="30" width="457" height="128"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPS-BoldItalicMT" family="Courier New" pointSize="130"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" editable="NO" text="Hack" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jrq-y3-jiw">
<rect key="frame" x="109" y="187" width="457" height="128"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPS-BoldItalicMT" family="Courier New" pointSize="130"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Phone.png" translatesAutoresizingMaskIntoConstraints="NO" id="9YA-0f-5Hn">
<rect key="frame" x="478" y="66" width="328" height="261"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder=" Enter phone number here" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="cBm-b5-sUV">
<rect key="frame" x="184" y="515" width="400" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="400" id="xVv-b9-c55"/>
</constraints>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="20"/>
<textInputTraits key="textInputTraits"/>
</textField>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="9iy-2x-jn5" firstAttribute="leading" secondItem="2Vh-FD-gHS" secondAttribute="leading" constant="251" id="2dj-LZ-3tc"/>
<constraint firstItem="JTc-0I-zmE" firstAttribute="leading" secondItem="2Vh-FD-gHS" secondAttribute="leading" constant="-44" id="6nR-9o-oO1"/>
<constraint firstAttribute="bottom" secondItem="JTc-0I-zmE" secondAttribute="bottom" id="8ws-Rb-DN7"/>
<constraint firstItem="JTc-0I-zmE" firstAttribute="top" secondItem="2Vh-FD-gHS" secondAttribute="top" constant="-20" id="ITF-fw-n8Y"/>
<constraint firstAttribute="trailing" secondItem="JTc-0I-zmE" secondAttribute="trailing" constant="-16" id="OHN-hl-liO"/>
<constraint firstItem="9iy-2x-jn5" firstAttribute="top" secondItem="cBm-b5-sUV" secondAttribute="bottom" constant="44" id="URZ-F6-T2k"/>
<constraint firstItem="cBm-b5-sUV" firstAttribute="centerX" secondItem="2Vh-FD-gHS" secondAttribute="centerX" id="dvN-od-bV1"/>
<constraint firstItem="cBm-b5-sUV" firstAttribute="top" secondItem="JTc-0I-zmE" secondAttribute="bottom" constant="-509" id="gXO-U9-ej7"/>
</constraints>
</view>
<connections>
<outlet property="redBoulderRepublic" destination="cBm-b5-sUV" id="K6X-k6-iTf"/>
<segue destination="4Ms-NG-lSK" kind="modal" identifier="SegueOne" animates="NO" id="Npf-11-254"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="bQc-8Z-QvT" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-106" y="-59"/>
</scene>
<!--View Controller - hackScreen-->
<scene sceneID="whK-7q-MxG">
<objects>
<viewController storyboardIdentifier="hackScreen" title="hackScreen" useStoryboardIdentifierAsRestorationIdentifier="YES" id="4Ms-NG-lSK" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="IVQ-eO-0Yy"/>
<viewControllerLayoutGuide type="bottom" id="SsJ-De-fKh"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="UAs-ob-Fij">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="acc-eB-kz2">
<rect key="frame" x="-116" y="0.0" width="1670" height="1194"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OKs-vg-G9J">
<rect key="frame" x="26" y="253" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4qS-Lv-5ch">
<rect key="frame" x="20" y="158" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ogk-SE-oK8">
<rect key="frame" x="26" y="358" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nuo-12-eso">
<rect key="frame" x="26" y="554" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="on3-kl-Z7B">
<rect key="frame" x="26" y="660" width="717" height="177"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OZG-KM-65h">
<rect key="frame" x="26" y="891" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RGY-oq-DYy">
<rect key="frame" x="26" y="457" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" text="Tap anywhere to proceed with hack" translatesAutoresizingMaskIntoConstraints="NO" id="aIu-90-MSl">
<rect key="frame" x="20" y="58" width="717" height="70"/>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="textColor" red="0.15686275059999999" green="1" blue="0.0039215688589999999" alpha="1" colorSpace="deviceRGB"/>
<fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="35"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ptx-VX-CXn">
<rect key="frame" x="-301" y="891" width="1083" height="70"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ffK-1i-P1M" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="881" y="-73"/>
</scene>
</scenes>
<resources>
<image name="6886658738_d647040ce5_o.png" width="1024" height="768"/>
<image name="Phone.png" width="512" height="512"/>
<image name="Unknown.png" width="198" height="255"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="lightContent"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>
另外请记住,该项目已经在捆绑资源中,已经设置为初始 iPad Storyboard,并且我已经将 XML 版本设置为 2.0 和 1.0(因为它没有解决问题而将其改回) .
最佳答案
检查 Storyboard的属性。
在身份和类型部分中,您必须选择 XML。将其更改为默认值!
关于ios - Storyboard无法打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19172340/
我开始学习 Oracle JavaSE 认证考试。 我创建了一个 IntelliJ Idea 项目来处理我的训练源代码。我想尽量减少 IntelliJ Idea 的帮助。 我只想使用:颜色语法、终端选
默认情况下,.DPR 和 .DPROJ 的文件扩展名描述是相同的,因此在资源管理器中打开具有相同基本名称的项目文件时,两个文件描述都会列为“Delphi 项目文件”,这提供了一个选择开发人员 - 要打
我目前正在从 android 网站了解 Navigation Drawer,我正在使用他们的示例 http://developer.android.com/training/implementing-
我需要帮助。 我在 A3:A500 列中有单词和数字 我需要改变他们的名字。 如果单元格包含单词“previ”,则如果单元格是数字,则将字母“p”放入新列中。如果它是一个词,那么不要放“p” ...就
我正在尝试编写一些 VBA,它允许按钮添加一个空行,保持相同的格式,就在 SUM 公式所在的行上方。 到目前为止,我实现了创建一个空行,但我不知道如何实现代码以让该新行继承相同的格式样式(包括边框和格
我在共享网络驱动器上有两个工作簿: 工作簿 A(表) 工作簿 B(数据透视表 - 连接到源工作簿 A) 我正在尝试,当打开 Workbook B 时,运行宏并执行以下操作: 取消保护工作簿 B 上的某
我正在开发一个需要在在线/离线模式下进行测试的应用程序,所以我想知道是否有任何方法可以打开/关闭 iPad 模拟器的互联网连接(不关闭我的 MAC 的互联网服务)。请帮忙 最佳答案 不,模拟器使用与您
我需要对目录的所有文件执行我的脚本(搜索)。以下是有效的方法。我只是问哪个最好。 (我需要格式的文件名:parsedchpt31_4.txt) 全局: my $parse_corpus; #(for
在我的代码中,我想有条件地执行一些操作: #ifdef DEBUG NSLog(@"I'm in debug mode"); #endif 我已配置“项目”->“编辑项目设置”->“构建”选项卡,以便
我编写了一个小程序来比较笔记本电脑的性能。为了使程序CPU更加密集,我用一些多线程代码(通过Parallel API实现)实现了Rabin-Karp模式匹配算法。 我注意到,当在关闭编译器优化标志的情
使用以下代码来关闭模态并打开第二个模态。总是遇到同样的问题可以关闭一个但不能打开第二个,或者如果我更改顺序我可以打开一个但不能关闭另一个。 (我想我已经尝试过101版本了)。如果有人能帮忙的话。
blue sky 默认情况下,当指针悬停时显示标题。 是否可以切换它,例如: $('#button').on('click', function(){ if (something) {turn
我正在编写一个简单的宏,它将打开、保存和关闭一个 Excel 文件(例如 myworkbook.xlsx),但我无法执行此操作。我的文件 myworkbook.xlsx 位于以下位置: C:\User
我正在加载两个 geoJson 层 - 出于测试目的,两个层都是相同的数据,但是是从两个不同的 json 文件中提取的。当我在图层 Controller 中打开和关闭图层时,图层的绘制顺序会发生变化。
我在我的设置 Activity 中发现,当用户单击 ToggleButton 时,它应该在整个应用程序中静音,但它不起作用。我在教程类中放入的 SoundPool onClick 按钮声音仍在 onC
我有一部双卡手机。如果我想打开飞行模式,两个 SIM 卡都会发生这种情况。 是否可以通过编程方式仅对一张SIM卡进行操作(用户可以选择两者之一)?我看到了here上的帖子,他们一直工作到 API 16
我目前正在开发一个带有一些 pipe() 和重定向的 C shell 程序。 我使用 dup2() stdout 和 stderr (1 & 2) 重定向。 当我用 int fd = open("te
Jquery: 有没有办法捕获浏览器打开“打开/另存为”对话框时触发的事件? Open/Save dialog example http://qpack.orcanos.com/helpcenter/
我知道你可以用 window.close 关闭 window.open 但还有其他方法吗?我有一个打开 facebook 连接的弹出窗口,我想在用户连接到 facebook 时关闭弹出窗口,然后刷新父
我搜索一个事件,如果不存在,则搜索一种方法来了解屏幕是否关闭(电源选项 - 控制面板 - 关闭显示设置)。 这些解决方案都不适合我。 所以要么我在某个地方错了,要么就是不合适。 How to get
我是一名优秀的程序员,十分优秀!