minhthuc251
minhthuc251
I have a problem when call BChatSDK.core()?.threads(with: bThreadFilterPrivateThread, includeDeleted: false) if db have too many entities. It make app freeze because i must call this function in main thread. I...
I want to create View with my sql query like this : CREATE VIEW IF NOT EXISTS view_table_status AS Select a.AreaId, a.AreaName, OrderId, t.AccountId, t.AccountNo, Amount, CustomerId, CustomerName, CustomerCategoryId, CustomerCategoryName,...
When i handle long press , my cell status is change into edit mode . So i don't need handle long press again , i want only handle Pan and...
I dont know how to know size of itemView inside collageView. It only have frame when layoutSubview is called.But i only need use this frame when configure collageView for resize...