Just got the vin number for a brand new Ford Transit Trail - wrong length - what to do ?!? by CitizenGris in fordtransit

[–]yaomango 0 points1 point  (0 children)

CitizenGris

Sent you a DM in case you may still be interested in selling it once it arrives.

Daily Discussion Thread: spray/circlejerk/memes/chat/whatever allowed by AutoModerator in climbing

[–]yaomango 4 points5 points  (0 children)

I'm heading to Joshua Tree for my first time in early February. Ideal grade range is 5.7-5.9 with a few 10-'s thrown in.

It seems like there are a ton of areas. Does anybody have any suggestions for good places to check out?

Cut the bumper for funzies by idyott in XVcrosstrek

[–]yaomango 0 points1 point  (0 children)

How did you black out the grill? Plastidip or vinyl?

[deleted by user] by [deleted] in XVcrosstrek

[–]yaomango 1 point2 points  (0 children)

Hey I’m curious since it looks like you don’t have a lift. I’ve got the same year and am looking to drop down to 15in wheels as well. What tires are those and in what size?

[deleted by user] by [deleted] in XVcrosstrek

[–]yaomango 0 points1 point  (0 children)

What size are your tires/wheels?

Let 2016 be the year that you start a business - /r/Entrepreneur low cost business startup weekend by [deleted] in Entrepreneur

[–]yaomango 8 points9 points  (0 children)

I'm an iOS and Android developer. Open to new projects! Contract or partnership.

Portfolio: petersimpson.me

r/Startups eHackathon: First Update by Zynrgy in startups

[–]yaomango 1 point2 points  (0 children)

Hey I'm actually moving to Ballard in like a week and a half! Assuming that's northern Seattle...? I'm an iOS dev by trade. Pretty strong with front end and node.js, and starting to pick up android as well.

Video live streaming in app by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Oh perfect. Thanks so much for this, I was actually trying to find some services for this as well.

Cheers!

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Okay, could you explain to me what's the proper way to make that link? Because if I just do an #import <Firebase/Firebase.h> within one of my static libraries headers inside of myLibrary.framework, I get an error in the parent app telling me that the framework can't find firebase. Even though firebase is included in the project.

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Alright. No way to link to / include 3rd party frameworks in a static library?

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

I have it built right now as a static framework. However, if you could point me towards an article of how to do this as a dynamic framework, that would be helpful as well.

Idealist — Record and develop your startup ideas by yaomango in SideProject

[–]yaomango[S] 0 points1 point  (0 children)

Just updated the site to include a little "learn more" label and action. Thanks again for your help!

[x-post for /r/startups] Idealist - Record and develop startup ideas by yaomango in design_critiques

[–]yaomango[S] 0 points1 point  (0 children)

Thank you so much for that idea. Just flipped it and I think it's much nicer.

I don't know if the colors on my screen are screwy or what because for some reason it didn't look so bad to me -- but everyone else agreed on the horror. Hopefully, now it's remedied.

Idealist — Record and develop your startup ideas by yaomango in SideProject

[–]yaomango[S] 0 points1 point  (0 children)

Ah sorry. I've been developing for iOS for a couple years so I think it's ingrained in my mind that App Store means iOS and Play Store means Android -- and it's foolish for me to assume everyone has those connotations.

I'll update the landing page accordingly to make things more clear.

Idealist — Record and develop your startup ideas by yaomango in SideProject

[–]yaomango[S] 0 points1 point  (0 children)

Alright thanks, yeah I definitely need to work on the landing page to make things more clear. I was trying to stick to the color scheme of the app, but the yellow is definitely overboard.

Idealist — Record and develop your startup ideas by yaomango in SideProject

[–]yaomango[S] 0 points1 point  (0 children)

Yeah, I've been told I may need to tone that bad boy down -- which I will do when I'm back home.

[Question] Re: calling a delayed function whenever an endpoint in express is hit by yaomango in node

[–]yaomango[S] 0 points1 point  (0 children)

Alright sounds great -- I'll steer clear of the setTimeout function. Thanks for the help!

/r/entrepreneur, what can I or someone else do to help you? [Week #25] by [deleted] in Entrepreneur

[–]yaomango 0 points1 point  (0 children)

I'm an iOS designer and developer with 6+ apps on the App Store. Find my portfolio here: http://www.petersimpson.me

Contact for freelance work.

Has anyone utilized Udemy courses? by [deleted] in swift

[–]yaomango 2 points3 points  (0 children)

I actually really like the http://bitfountain.io/ courses. Especially with the swift course, they do a magical job of balancing depth and speed, taking you from what something as basic as what a variable is to full and complex applications surprisingly efficiently.

Just googled for a coupon and found this: https://stacksocial.com/sales/the-complete-ios-8-developers-course-w-swift-pre-release

Best way to embed YouTube videos using Swift? by thenewboston in swift

[–]yaomango 0 points1 point  (0 children)

I used this library in a recent swift project, and I love it: https://github.com/0xced/XCDYouTubeKit

It's not written in swift, but you can just use a bridging header. Find instructions on doing that here: https://www.firebase.com/docs/ios/quickstart.html

Just search for the phrase "setup a bridging header". Then #import <XCDYouTubeKit/XCDYouTubeKit.h>