Håvard Fossli
Håvard Fossli
Hey Daniel. No problem. Just wanted to help. I think the current logo looks unprofessional. The glow effect is not a good choice. The shape is off as well.
Allright. What if I submit a PR for a change of logo on the website as well? Would that make it easier to transition? What's holding you back? Do you...
Are you thinking about the caching? ``` objc - (instancetype)setNameBlock:(NSString *(^)(void))nameBlock { __block NSString *cache; _nameBlock = [^NSString *{ if(cache == nil) { cache = nameBlock(); } return cache; }...
You're right. That means the convenience macro is not a good idea as each object would need to weakly captured. And my feeling is that this is probably too cumbersome...
Yeah, I could do a PR if you guys think this is a good idea. Don't want to invest time and then get it rejected if you fundamentally disagree about...
Hi! Thanks for opening this issue and sorry if you wasted time on debugging. Which system are you on?
> Is it possible to have more than one drag point to transform the view ? Do you want to have more control points than 4? In the sense that...
Also, check out this fun project https://github.com/agens-no/AGGeometryKit-POP. Adding dynamics to these control points is interesting.
Is this going on app store or can you use private API's? In that case I would guess https://github.com/Ciechan/BCMeshTransformView is the best way to go with regards to video and...
Any luck? :)