Ryan McLeod
Ryan McLeod
I'm struggling a bit with this. I renamed Reachability's files and classes and successfully submitted to Apple but after a `pod install` I am getting linker errors with TMReachability. Is...
Thanks @Cinamonas, I missed that! I ended up just pulling in the two files and renaming them.
@DaveCole different target for release/debug perhaps? Can you run it on your phone in release mode? (You can change the mode in `Product > Edit Scheme`)
Would love to have this :)
Full error: `/Users/ryanmcleod/Code/pop-playground-master/Pods/pop/pop/POPPropertyAnimationInternal.h:53:3: Cannot initialize a member subobject of type 'NSUInteger' (aka 'unsigned long') with an rvalue of type 'nullptr_t'`
Replacing it with '0' seems to be okay. On Wed, Mar 4, 2015 at 11:55 AM, Nick Bewley [email protected] wrote: > ## I got the same error. Anyone have an...
It appears this got [fixed](https://github.com/facebook/pop/commit/4930ca4fed4a5533ac0b1af1e393458e4035305e) in Pop awhile back, that said I just cloned this repo fresh and was able to build without issue? If you're still having it though,...
👍 On Mon, May 18, 2015 at 3:21 PM, Francescu Santoni [email protected] wrote: > Ok I updated the podlock > — > Sent from Mailbox > On Mon, May 18,...
That's pretty cool Simon! Definitely includes everything. I'd still worry about how users get taught when they're dropping on an empty timeline. What if it defaulted to something adjustable/expandable? I...
Reducing that cognitive load ;) Dragging hint/visuals can definitely be improved, as well as that splitting/reducing process. I'll think on that interface a bit more (I was stuck on trying...