TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.71k stars 938 forks source link

关于Swift和OC混编 #494

Open Eason-Wanglitao opened 3 years ago

Eason-Wanglitao commented 3 years ago

What are you trying to achieve with this library exactly? Please describe. 我在使用OC和Swift混编时遇见了一个问题。具体是这样的, 当我在Archive时会报如下错误,导致Archive失败,但是在Run的时候并没有出错。

截屏2021-08-23 13 38 33

我尝试过fix,但是那并不起作用

Eason-Wanglitao commented 3 years ago

已解决。解决的方案是在Swift文件中创建的时候仍然采用的是TOCropViewController创建,而没有使用CropViewController来创建。