flowkey / UIKit-cross-platform

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

Added masks to bounds parameter translation in CALayer.swift #199

Closed janek closed 6 years ago

janek commented 6 years ago

Type of change: bug fix

Motivation

Noticed text overflow when artificially increased the number of lines in LearnStepNotifications. The reason was that maskToBounds was omitted in init(layer) of our CALayer implementation.