yannickl / QRCodeReaderViewController

Simple QRCode reader for iOS 7 and over
MIT License
628 stars 164 forks source link

Torch and switch camera button placement #14

Closed jlhonora closed 9 years ago

jlhonora commented 9 years ago

I'm having trouble using the torch buttons, specifically in an iPhone 5c (haven't tried other devices). The clickable area is marked in red:

barcode_error

Is there a way of "lowering" the icons' placement? I tried with every option of UIModalPresentationStyle, but no luck. My Objective-C is not very good, but I'll attempt to fix it in the meantime :)

Thanks for the lib, works great.

jlhonora commented 9 years ago

Related to https://github.com/yannickl/QRCodeReader.swift/issues/35

yannickl commented 9 years ago

Thank you for the repport!

jlhonora commented 9 years ago

Awesome, thanks a ton!