Archived
App now processes 'type' strings, information string will now be trimmed
This commit is contained in:
@@ -35,11 +35,7 @@ class InfoViewController : UIViewController {
|
||||
self.extendedLayoutIncludesOpaqueBars = true
|
||||
self.navigationController?.navigationBar.topItem?.title = NSLocalizedString("information", comment: "")
|
||||
let layer = contentView.layer
|
||||
layer.cornerRadius = 12.0
|
||||
layer.shadowColor = UIColor.gray.cgColor
|
||||
layer.shadowOffset = CGSize(width: 0.0, height: 0.0)
|
||||
layer.shadowRadius = 1.5
|
||||
layer.shadowOpacity = 0.7
|
||||
df.setCardFormatting(for: layer)
|
||||
}
|
||||
|
||||
@objc private func objDoAsync(_ sender: Any) {
|
||||
|
||||
Reference in New Issue
Block a user