我試圖重寫在斯威夫特子類的MyMethod任何方法,但不斷收到以下錯誤: method does not override any methods from its superclass ViewControllerA.h @interface ViewControllerA : UIViewController
// define a bunch of properties and m
現在,我通過使用jar來使用一些方法。 但我使用的這些類沒有包名稱。 我可以使用反射來解決使用這些方法的問題。但是現在我想重寫一些接口和類。 然而,其他人可以直接延伸這些類不使用Elcipse在其計算機上的任何編譯錯誤,而我直接延伸,我有這樣的編譯錯誤: (classname) cannot be resolved to a type. 是否有關於我的Elcipse任何機會的配置是不同的從別人那裏