denis
denis
to make it work in tableview, simply add this in cell ``` let gestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(dummy)) gestureRecognizer.cancelsTouchesInView = false addGestureRecognizer(gestureRecognizer) ```
why is it closed? does the lib already support UIImage?
And I can't clear selection. What should I do? > java.lang.NullPointerException: Attempt to invoke virtual method 'android.support.v7.widget.RecyclerView$ViewHolder com.evrencoskun.tableview.adapter.recyclerview.CellRecyclerView.findViewHolderForAdapterPosition(int)' on a null object reference > at com.evrencoskun.tableview.handler.SelectionHandler.changeVisibleCellViewsBackgroundForColumn(SelectionHandler.java:342) > at com.evrencoskun.tableview.handler.SelectionHandler.unselectedColumnHeader(SelectionHandler.java:234) >...
ah, some thing helps: js, string 1359, add **" myColumn"+iTempIndex** ``` sDTPickerComp += ""; ``` css, ``` .myColumn3 { !margin-left:10px; border-left:1px solid #ff6000; } ``` but i cant find how...
oh thanks what you noticed this
i tried, but not helps, try..catch not catched, whole app crashed. ``` try { ImageCache.getSharedImageCache(getApplicationContext()).clear(); } catch (Exception e) { Log.e(TAG,"incidents: err: "+e.toString()); } ```
I confirm this too. I might will have to abandon the library :(