ReactiveCocoaLayout icon indicating copy to clipboard operation
ReactiveCocoaLayout copied to clipboard

Test a pathological layout with live resizing

Open jspahrsummers opened this issue 11 years ago • 3 comments

We should verify that the framework is performant enough during a live resize by performing a lot of reactive calculations.

jspahrsummers avatar Dec 12 '12 09:12 jspahrsummers

Although this has applications on iOS too (like animating a resize), it's primarily an issue with OS X windows. Tagging as mac.

jspahrsummers avatar Dec 23 '12 06:12 jspahrsummers

I've been thinking of putting together a demo application for this. The most common situation where RCL performance has been a roadblock for me is with table views + live resizing. What about a Twitter public timeline? That would have sufficiently complex cells to gauge the performance of RCL. It would also be pretty useful for having a project to profile to make optimizations to RCL itself.

indragiek avatar Aug 21 '13 18:08 indragiek

@indragiek That'd be :gem:.

jspahrsummers avatar Aug 21 '13 20:08 jspahrsummers