CherryKing

Results 5 comments of CherryKing

> I am also have the same problem: > > ``` > static func myCustomView(owner ownerOrNil: AnyObject?, options optionsOrNil: [UINib.OptionsKey : Any]? = nil) -> myCustomView? { > return R.nib.myCustomView.instantiate(withOwner:...

The same issue. when I use [qr_flutter](https://pub.dev/packages/qr_flutter), and generate a qr image. ```dart QrImageView( data: '[1234567890](https://github.com/juliansteenbakker/mobile_scanner/issues/967)', version: QrVersions.auto, gapless: false, // important size: 200.0, ), ``` use RepaintBoundary to get...

use ```shell gem install claide ``` It works for me!