diwu / DWURecyclingAlert

Optimizing UITableViewCell For Fast Scrolling
MIT License
559 stars 38 forks source link

It is not working with layer in UIView #2

Closed macbaszii closed 9 years ago

macbaszii commented 9 years ago

I try to use this but It cannot render the layer on UIView such as borderColor

screen shot 2558-06-19 at 11 48 40 pm

following the figure you will see my 3pt border color on bookmark button has not been rendered.

diwu commented 9 years ago

For now standalone CALayer instances are not supported. Yet it's definitely on my to-do list. Will work on it next week.

diwu commented 9 years ago

Support for CALayer detection is now added. Please download the latest code and re-test. Let me know if you still have problems.

macbaszii commented 9 years ago

Awesome, I will check it out :)