Skip to content

Commit e856a46

Browse files
committed
[master] - Version 3.1.0
1 parent 5425cb6 commit e856a46

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Example/NotificationBanner/Base.lproj/LaunchScreen.xib

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
77
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
88
</dependencies>
99
<objects>
@@ -13,16 +13,16 @@
1313
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1414
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1515
<subviews>
16-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2017-2019 NotificatiosBanner. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
16+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Copyright © 2017-2022 NotificatiosBanner. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
1717
<rect key="frame" x="20" y="439" width="440" height="21"/>
1818
<fontDescription key="fontDescription" type="system" pointSize="17"/>
19-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
19+
<color key="textColor" systemColor="darkTextColor"/>
2020
<nil key="highlightedColor"/>
2121
</label>
2222
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="NotificationBanner" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
2323
<rect key="frame" x="20" y="139.5" width="440" height="43"/>
2424
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
25-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
25+
<color key="textColor" systemColor="darkTextColor"/>
2626
<nil key="highlightedColor"/>
2727
</label>
2828
</subviews>
@@ -40,4 +40,9 @@
4040
<point key="canvasLocation" x="548" y="455"/>
4141
</view>
4242
</objects>
43+
<resources>
44+
<systemColor name="darkTextColor">
45+
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
46+
</systemColor>
47+
</resources>
4348
</document>

NotificationBannerSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'NotificationBannerSwift'
4-
s.version = '3.0.6.2'
4+
s.version = '3.1.0'
55
s.summary = 'The easiest way to display in app notification banners in iOS.'
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)