Andrew Havens

Results 45 comments of Andrew Havens
trafficstars

@utilityboy Sorry, I don't understand. What do you mean by resource?

I got it working. Turns out my problem didn't have anything to do with JSON API, and everything to do with the loader not triggering the loadMoreAction when coming into...

This is the solution I came up with (updated to use part of @aaronchi's code below): 1. Generate a new mailer class: `bin/rails g mailer UserMailer` 2. Update your new...

Not sure if you heard, but it was recently announced that the next version of RubyMotion will come with a cross-platform game library called motion-game. I've heard its based on...

Maybe I was mistaken to assume that xcode-install would automatically create the simulators after the install command. I was able to manually create a simulator with this command: ``` #...

@FreeAgent what is the expected behavior? It sounds like the custom cells need to implement some additional behavior, but I'm not sure what. Can you provide some sample code? I...

Another option which might be simpler and more explicit is to manually fetch the image (using AFMotion or SDWebImage) and set it once it has been downloaded, then do whatever...

:+1: Awesome! I didn't know about MGSwipeTableCell, but I've been needing to implement this feature in an app I'm working on, so I'll definitely be checking this out. I like...

@poc7667 I recently ran into an `ApplicationVerificationFailed` error. Turned out to be my provisioning profile that I was using for my development device was wrong. Once I got the certificate...

Hey @jamonholmgren, I'm still really interested in this. Seems like this could start out relatively simple. Do you have any more thoughts on this after spending more time working with...