我通常在Angular / Cordova世界,但现在我已经被迫编辑一个本机插件,我正在使用Cordova。
插件的来源 https://github.com/wildabeast/BarcodeScanner/tree/master/src/ios
任何人都可以解释我如何编辑文件来操纵取消按钮的大小。
scannerOverlay.xib
<object class="IBUINavigationItem" id="240626599">
<reference key="IBUINavigationBar" ref="1064216609"/>
<string key="IBUITitle">Barcode Scanner</string>
<object class="IBUIBarButtonItem" key="IBUILeftBarButtonItem" id="1053701234">
<string key="IBUITitle">Cancel</string>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIStyle">1</int>
<reference key="IBUINavigationItem" ref="240626599"/>
</object>