升級iOS到iOS11的方法,我PDF閱讀器停止工作,並在應用程序崩潰的unrecognize選擇調用對象的所有財產 @interface PDFScrollView : UIScrollView <UIScrollViewDelegate>
// Frame of the PDF
@property (nonatomic) CGRect pageRect;
// A low resolut
我有我的視圖類按鈕嘗試從一個單獨的類增加一個選擇器功能如下: class ProfileView: UIView {
createAccountButton.addTarget(self, action: #selector(ProfileViewController.createAccountClicked), for: .touchUpInside)
}
class Profi