Make the reader view button have a larger hitbox
This commit is contained in:
parent
da4715c6d1
commit
17c33b75e9
|
@ -33,6 +33,7 @@ class ArticleViewController: UIViewController {
|
|||
|
||||
private var articleExtractorButton: ArticleExtractorButton = {
|
||||
let button = ArticleExtractorButton(type: .system)
|
||||
button.frame = CGRect(x: 0, y: 0, width: 44.0, height: 44.0)
|
||||
button.setImage(AppAssets.articleExtractorOff, for: .normal)
|
||||
return button
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue