自定義了乙個view 但是無法響應事件

2021-07-11 21:42:55 字數 406 閱讀 1725

自定義了乙個tableview   但是無法響應 

- (void

)tableview:(

uitableview

*)tableview didselectrowatindexpath:(

nsindexpath

*)indexpath  方法,,試了幾個辦法,,首先是設定userinter,,但是不管用,,,用

//- (void)touchesbegan:(nsset*)touches withevent:(uievent *)event  方法看一下那個檢視能夠響應事件,,,,問題找到了,,,我在tableview裡面實現了

//- (void)touchesbegan:(nsset*)touches withevent:(uievent *)event這個方法,,

使用xib自定義乙個view

今天專案中需要自定義的table區頭和區腳,而又無法直接在ib中實現自定義的樣式,所以建立了乙個xib自定義的view 去實現,具體步驟為 首先建立view 類,無法攜帶xib模板 然後單獨建立乙個view 的ib模板 把calss 關聯起來 修改屬性控制器size型別為freeform,為了自定義...

用Xib自定義乙個View

1.新建乙個繼承於view的類,再建乙個有view的xib檔案,選中這個xib的file s owner,修改custom class.2.把size選成freeform,這樣你就可以隨意的調整view的大小了。3.在xib上布局好 4.下面就是如何使用這個xib。有兩種方法。使用 方法初始化。先把...

Android如何自定義乙個View(一)

首先,你需要在value資料夾下新建乙個attr.xml檔案 檔名可以任取,但不能有大寫的字母開頭 內容大概有這些 name circletip name circletipcolor format color name circletipradiu format dimension declare...