Evadne Wu
Evadne Wu
Yeah, this is doable by having custom cells. Post code if you get stuck. - * On Dec 5, 2012, at 10:25, "Vedran Burojević" [email protected] wrote: Is it possible to...
The better approach might be emitting different sizes in the portrait size callback instead of overriding the grid view, then calling reload on rotation in the animation block. - *...
In your app project, try weak-linking Foundation and UIKit if necessary, set **Base SDK** to 4.x (or Latest iOS if it’s there), but target 3.2 in **iOS Deployment Target**?
Are you able to draw a waterfall graph of each file that needed to be fetched or provide some details as to the size of files and the relative time...
@lawik Revisiting the problem there are some solutions around this 1. Make the Encoder concurrent by default with some adjustable prefetching logic but then make it tunable 2. Write a...
I suspect that back-porting `-contentLayoutRect` with a reasonable default may work.
Roadmap needs attention aka https://portal.productboard.com/tmthzss8d2cwq53wgesexd9r/c/30-market-holidays-api that was shipped but not moved to correct place
This is a known issue with renderInContext: not working with certain layers. Feel free to send a pull request. On 11 Jul 2014, at 19:49, Miha-ha [email protected] wrote: — Reply...
2 \* blur radius?
I don’t think this will require a heavy rewrite. Note that what CAAnimation all does is to solve value at time. It is IMHO possible to — duh, exactly what...