PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

RTL Support #60

Closed MostfaEssam closed 6 years ago

MostfaEssam commented 6 years ago

thank your for your great library I would like to ask about RTL by RTL I mean moving text fields to be aligned to right

will be appreciated if anyone guide me what string to play with

PaoloCuscela commented 6 years ago

You can play with the Card's layouts in

override open func layout(animating: Bool = true) {...}

and you can set your labels up in

override open func draw(_ rect: CGRect) {...}

of each Card[...].swift file ;)