Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose labelsOffset/verticalMargins for EKAlertMessageView. #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tospery
Copy link

@tospery tospery commented Sep 10, 2021

Like:
let alertMessageView = EKAlertMessageView.init(with: alertMessage)
alertMessageView.messageContentView.verticalMargins = 30
alertMessageView.messageContentView.labelsOffset = 15

let alertMessageView = EKAlertMessageView.init(with: alertMessage)
alertMessageView.messageContentView.verticalMargins = 30
alertMessageView.messageContentView.labelsOffset = 15
@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #354 (db5e970) into master (cf1cde7) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #354   +/-   ##
======================================
  Coverage    2.04%   2.04%           
======================================
  Files          96      96           
  Lines        5472    5472           
======================================
  Hits          112     112           
  Misses       5360    5360           
Impacted Files Coverage Δ
Source/MessageViews/EKSimpleMessageView.swift 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf1cde7...db5e970. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant