flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
595 stars 40 forks source link

add stub for UIAccessibilityIdentification #286

Closed michaelknoch closed 5 years ago

michaelknoch commented 5 years ago

Type of change: stubbed feature

Motivation (current vs expected behavior)

Implement protocol UIAccessibilityIdentification with stubbed type accessibilityIdentifier: String?

Please check if the PR fulfills these requirements

codecov[bot] commented 5 years ago

Codecov Report

Merging #286 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #286   +/-   ##
=======================================
  Coverage   51.92%   51.92%           
=======================================
  Files          87       87           
  Lines        3168     3168           
=======================================
  Hits         1645     1645           
  Misses       1523     1523
Impacted Files Coverage Δ
Sources/UIView.swift 89.75% <ø> (ø) :arrow_up:

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 6c5ac31...72a08ef. Read the comment docs.