Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit ab674ec

Browse files
committed
Fix banner y distance
1 parent a6606f8 commit ab674ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CustomerlySDK/Library/CyBanner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CyBanner: CyView {
2222

2323
var viewBanner : CyBanner?
2424
var initialRect = CGRect(x: 15, y: -75, width: UIScreen.main.bounds.width-30, height: 75)
25-
var finalRect = CGRect(x: 15, y: 25, width: UIScreen.main.bounds.width-30, height: 75)
25+
var finalRect = CGRect(x: 15, y: 40 , width: UIScreen.main.bounds.width-30, height: 75)
2626

2727

2828
init(name: String?, subtitle: String? = nil, attributedSubtitle: NSAttributedString? = nil, image: UIImage? = nil){

CustomerlySDK/Library/UI/Banner.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>

0 commit comments

Comments
 (0)