- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 XCode 和 SWIFT 编写应用程序。在这个应用程序中,我有 3 个二次尺寸的图像(用作按钮),我想在每个图像周围都有圆形边框。为了让事情更简单,我从 Storyboard 中将整个场景复制为 xml:
<scene sceneID="kBV-hn-1qD">
<objects>
<viewController id="1W2-aL-qa3" customClass="MainMenuViewController" customModule="myApp" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ftp-6X-DtC">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" alignment="top" translatesAutoresizingMaskIntoConstraints="NO" id="P4I-ig-c4s">
<rect key="frame" x="0.0" y="20" width="320" height="548"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="30" translatesAutoresizingMaskIntoConstraints="NO" id="lO5-P0-6OK">
<rect key="frame" x="0.0" y="0.0" width="320" height="548"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="E 220 D Typ 213.205 Europa" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="64K-qR-19j">
<rect key="frame" x="51.5" y="0.0" width="217.5" height="14.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="auto" translatesAutoresizingMaskIntoConstraints="NO" id="FfZ-8l-klY">
<rect key="frame" x="0.0" y="44.5" width="320" height="180"/>
<constraints>
<constraint firstAttribute="width" secondItem="FfZ-8l-klY" secondAttribute="height" multiplier="1946:613" id="GnI-Cz-le8"/>
</constraints>
</imageView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="pHF-dG-yvg">
<rect key="frame" x="30" y="254.5" width="260" height="181.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="30" translatesAutoresizingMaskIntoConstraints="NO" id="iYd-gv-2qR">
<rect key="frame" x="0.0" y="0.0" width="260" height="67.5"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imag1" translatesAutoresizingMaskIntoConstraints="NO" id="g75-Nz-ZD1">
<rect key="frame" x="0.0" y="0.0" width="66.5" height="67.5"/>
<gestureRecognizers/>
<constraints>
<constraint firstAttribute="width" secondItem="g75-Nz-ZD1" secondAttribute="height" multiplier="1:1" id="UHL-Uf-KD3"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.BorderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="boolean" keyPath="userInteractionEnabled" value="YES"/>
</userDefinedRuntimeAttributes>
<connections>
<outletCollection property="gestureRecognizers" destination="6WY-zH-jA4" appends="YES" id="Wx6-9n-dQS"/>
</connections>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="image2" translatesAutoresizingMaskIntoConstraints="NO" id="JFT-pa-c0w">
<rect key="frame" x="96.5" y="0.0" width="67" height="67.5"/>
<gestureRecognizers/>
<constraints>
<constraint firstAttribute="width" secondItem="JFT-pa-c0w" secondAttribute="height" multiplier="1:1" id="hj2-X2-Oi3"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="image3" translatesAutoresizingMaskIntoConstraints="NO" id="4me-av-MpM">
<rect key="frame" x="193.5" y="0.0" width="66.5" height="67.5"/>
<gestureRecognizers/>
<constraints>
<constraint firstAttribute="width" secondItem="4me-av-MpM" secondAttribute="height" multiplier="1:1" id="Jg0-Pp-C4W"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" spacing="30" translatesAutoresizingMaskIntoConstraints="NO" id="4a4-Kr-r5O">
<rect key="frame" x="0.0" y="77.5" width="260" height="104"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sNf-g9-jIH">
<rect key="frame" x="0.0" y="0.0" width="66.5" height="104"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="adjustsFontSizeToFitWidth" value="YES"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title2" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rkt-Jm-Q6O">
<rect key="frame" x="96.5" y="0.0" width="67" height="104"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="adjustsFontSizeToFitWidth" value="YES"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title3" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="usr-XX-ok1">
<rect key="frame" x="193.5" y="0.0" width="66.5" height="104"/>
<fontDescription key="fontDescription" type="system" pointSize="11"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="numberOfLines">
<integer key="value" value="2"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="boolean" keyPath="adjustsFontSizeToFitWidth" value="YES"/>
</userDefinedRuntimeAttributes>
</label>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" red="0.17254901959999999" green="0.1843137255" blue="0.21960784310000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="ri1-oS-sYY">
<rect key="frame" x="0.0" y="466" width="320" height="82"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CHD-Aa-aFJ">
<rect key="frame" x="0.0" y="0.0" width="320" height="41"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reifengrößen Tabellen" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ouQ-uv-S8C">
<rect key="frame" x="0.0" y="0.0" width="279" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DwR-8c-Yma">
<rect key="frame" x="279" y="0.0" width="41" height="41"/>
<color key="backgroundColor" red="0.28627450980392155" green="0.31764705882352939" blue="0.38039215686274508" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" secondItem="DwR-8c-Yma" secondAttribute="height" multiplier="1:1" id="f7e-0I-cD2"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="34"/>
<inset key="contentEdgeInsets" minX="10" minY="10" maxX="10" maxY="10"/>
<state key="normal" title=">">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
</button>
</subviews>
<constraints>
<constraint firstItem="ouQ-uv-S8C" firstAttribute="leading" secondItem="CHD-Aa-aFJ" secondAttribute="leading" constant="10" id="BSc-9F-13o"/>
<constraint firstAttribute="bottom" secondItem="DwR-8c-Yma" secondAttribute="bottom" constant="10" id="WrV-Lg-iPT"/>
<constraint firstItem="DwR-8c-Yma" firstAttribute="top" secondItem="CHD-Aa-aFJ" secondAttribute="top" constant="10" id="but-WD-Pv4"/>
<constraint firstAttribute="trailing" secondItem="DwR-8c-Yma" secondAttribute="trailing" constant="10" id="w54-iR-ImV"/>
</constraints>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SY4-r7-wpS">
<rect key="frame" x="0.0" y="41" width="320" height="41"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Reifenluftdruck Tabelle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ekA-DI-kqQ">
<rect key="frame" x="0.0" y="0.0" width="279" height="41"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4xg-3r-8Ul">
<rect key="frame" x="279" y="0.0" width="41" height="41"/>
<color key="backgroundColor" name="BtnColor"/>
<constraints>
<constraint firstAttribute="width" secondItem="4xg-3r-8Ul" secondAttribute="height" multiplier="1:1" id="IGD-cv-Lh9"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="34"/>
<inset key="contentEdgeInsets" minX="10" minY="10" maxX="10" maxY="10"/>
<state key="normal" title=">">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
</button>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="4xg-3r-8Ul" secondAttribute="trailing" constant="10" id="ZW1-dn-roZ"/>
<constraint firstItem="ekA-DI-kqQ" firstAttribute="leading" secondItem="SY4-r7-wpS" secondAttribute="leading" constant="10" id="gho-q7-S78"/>
<constraint firstAttribute="bottom" secondItem="4xg-3r-8Ul" secondAttribute="bottom" constant="10" id="kQS-Uq-qHe"/>
<constraint firstItem="4xg-3r-8Ul" firstAttribute="top" secondItem="SY4-r7-wpS" secondAttribute="top" constant="10" id="yfs-2P-hG2"/>
</constraints>
</stackView>
</subviews>
</stackView>
</subviews>
<constraints>
<constraint firstItem="ri1-oS-sYY" firstAttribute="leading" secondItem="lO5-P0-6OK" secondAttribute="leading" id="1d6-4R-bTC"/>
<constraint firstAttribute="trailing" secondItem="ri1-oS-sYY" secondAttribute="trailing" id="CiI-t0-EkU"/>
<constraint firstAttribute="trailing" secondItem="pHF-dG-yvg" secondAttribute="trailing" constant="30" id="Igw-XA-Cuj"/>
<constraint firstItem="pHF-dG-yvg" firstAttribute="leading" secondItem="lO5-P0-6OK" secondAttribute="leading" constant="30" id="tDP-Mw-tQU"/>
</constraints>
</stackView>
</subviews>
<constraints>
<constraint firstItem="pHF-dG-yvg" firstAttribute="height" relation="greaterThanOrEqual" secondItem="P4I-ig-c4s" secondAttribute="height" multiplier="0.33" id="JPO-Ar-QaF"/>
<constraint firstItem="FfZ-8l-klY" firstAttribute="width" relation="lessThanOrEqual" secondItem="P4I-ig-c4s" secondAttribute="width" id="XME-W1-8qw"/>
<constraint firstItem="FfZ-8l-klY" firstAttribute="height" secondItem="P4I-ig-c4s" secondAttribute="height" multiplier="0.33" id="Xdi-Ev-p9Q"/>
</constraints>
</stackView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="P4I-ig-c4s" firstAttribute="leading" secondItem="Sdq-aC-hAd" secondAttribute="leading" id="6qA-Lk-0Oj"/>
<constraint firstAttribute="trailing" secondItem="P4I-ig-c4s" secondAttribute="trailing" id="DWf-Dm-Vu8"/>
<constraint firstAttribute="bottom" secondItem="P4I-ig-c4s" secondAttribute="bottom" id="k0s-eZ-rER"/>
<constraint firstItem="P4I-ig-c4s" firstAttribute="top" secondItem="Sdq-aC-hAd" secondAttribute="top" id="qii-j0-uVP"/>
</constraints>
<viewLayoutGuide key="safeArea" id="Sdq-aC-hAd"/>
</view>
<connections>
<outlet property="btnlblContainer" destination="pHF-dG-yvg" id="wXx-7u-yzP"/>
<outlet property="image2" destination="JFT-pa-c0w" id="VCf-iJ-hpD"/>
<outlet property="imageButtonStack" destination="iYd-gv-2qR" id="KIN-ge-Rfe"/>
<outlet property="komplettImage" destination="4me-av-MpM" id="YQp-ba-NFr"/>
<outlet property="komplettLabel" destination="usr-XX-ok1" id="KV0-gT-Abc"/>
<outlet property="listContainer" destination="ri1-oS-sYY" id="Xc6-q1-cwq"/>
<outlet property="mainStack" destination="P4I-ig-c4s" id="vOO-84-DRe"/>
<outlet property="image2" destination="g75-Nz-ZD1" id="wCZ-zV-mtr"/>
<outlet property="titleLabel" destination="64K-qR-19j" id="txL-qN-epK"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Inm-Jw-5df" userLabel="First Responder" sceneMemberID="firstResponder"/>
<tapGestureRecognizer id="6WY-zH-jA4">
<connections>
<segue destination="glE-1m-7jE" kind="presentation" id="nMN-iJ-VWK"/>
</connections>
</tapGestureRecognizer>
</objects>
<point key="canvasLocation" x="978.75" y="116.19718309859155"/>
</scene>
在我的代码中,我使用它来获得圆形边界:
override func viewDidLayoutSubviews() {
let white = UIColor(white:1, alpha:1)
for v in imageButtonStack.subviews {
v.layer.borderColor = white.cgColor
v.layer.cornerRadius = (v.layer.bounds.size.width/2)
v.layer.masksToBounds = true
}
}
现在,这在加载 View 时效果很好,但是,当我旋转屏幕时,我再次得到带有圆边的二次边界(好像 cornerRadius 太小了)。当我将它旋转回来时,它看起来像角半径太大了......有什么想法吗?
编辑:问题似乎是,在更改 subview 的大小之前调用 viewDidLayoutSubviews()
时。我必须将代码放在哪里?
最佳答案
设置 View 的剪切蒙版:
override func viewDidLayoutSubviews() {
let white = UIColor(white:1, alpha:1)
for v in imageButtonStack.subviews {
v.layer.borderColor = white.cgColor
v.layer.cornerRadius = (v.layer.bounds.size.width/2)
v.layer.masksToBounds = true
v.clipsToBounds = true // <--
}
}
关于ios - 旋转后圆寄宿生不圆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48275946/
...沮丧。我希望我的游戏仅在横向模式下运行。我已将适当的键/值添加到 Info.plist 文件中,以强制设备方向在启动时正确。 我现在正在尝试旋转 OpenGL 坐标空间以匹配设备的坐标空间。我正
我如何创建一个旋转矩阵,将 X 旋转 a,Y 旋转 b,Z 旋转 c? 我需要公式,除非您使用的是 ardor3d api 的函数/方法。 矩阵是这样设置的 xx, xy, xz, yx, yy, y
假设我有一个包含 3 个 vector 的类(一个用于位置,一个用于缩放,一个用于旋转)我可以使用它们生成一个变换矩阵,该矩阵表示对象在 3D 空间中的位置、旋转和大小。然后我添加对象之间的父/子关系
所以我只是在玩一个小的 javascript 游戏,构建一个 pacman 游戏。你可以在这里看到它:http://codepen.io/acha5066/pen/rOyaPW 不过我对旋转有疑问。你
在我的应用程序中,我有一个 MKMapView,其中显示了多个注释。 map 根据设备的航向旋转。要旋转 map ,请执行以下语句(由方法 locationManager 调用:didUpdateHe
使用此 jquery 插件时:http://code.google.com/p/jqueryrotate/wiki/Documentation我将图像旋转 90 度,无论哪个方向,它们最终都会变得模糊
我有以下代码:CSS: .wrapper { margin:80px auto; width:300px; border:none; } .square { widt
本篇介绍Manim中的两个旋转类的动画,名称差不多,分别是Rotate和Rotating。 Rotate类主要用于对图形对象进行指定角度、围绕特定点的精确旋转,适用于几何图形演示、物理模拟和机械运动
我只想通过小部件的轴移动图像并围绕小部件的中心旋转(就像任何数字绘画软件中的 Canvas ),但它围绕其左顶点旋转...... QPainter p(this); QTransform trans;
我需要先旋转图像,然后再将其加载到 Canvas 中。据我所知,我无法使用 canvas.rotate() 旋转它,因为它会旋转整个场景。 有没有好的JS方法来旋转图片? [不依赖于浏览器的方式] 最
我需要知道我的 Android 设备屏幕何时从一个横向旋转到另一个横向(rotation_90 到 rotation_270)。在我的 Android 服务中,我重新实现了 onConfigurati
**摘要:**本篇文章主要讲解Python调用OpenCV实现图像位移操作、旋转和翻转效果,包括四部分知识:图像缩放、图像旋转、图像翻转、图像平移。 本文分享自华为云社区《[Python图像处理] 六
我只是在玩MTKView中的模板设置;并且,我一直在尝试了解以下内容: 相机的默认位置。 使用MDLMesh和MTKMesh创建基元时的默认位置。 为什么轮换还涉及翻译。 相关代码: matrix_f
我正在尝试使用包 dendexend 创建一个树状图。它创建了非常好的 gg 树状图,但不幸的是,当你把它变成一个“圆圈”时,标签跟不上。我将在下面提供一个示例。 我的距离对象在这里:http://s
我想将一个完整的 ggplot 对象旋转 90°。 我不想使用 coord_flip因为这似乎会干扰 scale="free"和 space="free"使用刻面时。 例如: qplot(as.fac
我目前可以通过首先平移到轴心点然后执行旋转最后平移回原点来围绕轴心点旋转。在我的例子中,我很容易为肩膀做到这一点。但是,我不知道如何为前臂添加绕肘部的旋转。 我已经尝试了以下围绕肘部旋转的前臂: 平移
我想使用此功能旋转然后停止在特定点或角度。现在该元素只是旋转而不停止。代码如下: $(function() { var $elie = $("#bkgimg");
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 4 年前。 Improve this ques
我正在尝试创建一个非常简单的关键帧动画,其中图形通过给定的中点从一个角度旋转到另一个角度。 (目的是能够通过大于 180 度的 OBTUSE 弧角来制作旋转动画,而不是让动画“作弊”并走最短路线,即通
我需要旋转 NSView 实例的框架,使其宽度变为其高度,其高度变为其宽度。该 View 包含一个字符串,并且该字符串也被旋转,这一点很重要。 我查看了 NSView 的 setFrameRotati
我是一名优秀的程序员,十分优秀!