我的應用程序在代碼中分配UI元素弱引用時崩潰,但默認情況下使用故事板時,UI元素被強制分配爲弱引用。 class UploadContactShowViewController: BasePage,UITableViewDelegate,UITableViewDataSource, DARChatPhoneShowCellDelegate {
var counter = 0
如果你按住按鈕A,你想隱藏viewA 我做了這個編碼。 class ViewController: UIViewController {
func longPress(gesture: UILongPressGestureRecognizer) {
//If button A was long pressed
if gesture.state == .began {