Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Excellent resources for learning iOS advanced UI designing techniques

What are some resources to learn advanced designing techniques such as adding a completion banner to a cell in a table view cell

2 Answers

Hello Jordan,

A great thing to watch would be wwdc from 2014, they covered thing from custom transition to UIDynamics to effects and everything in between. also as far as resources, simply googling some thing like "how to make (some feature) tutorial iOS" should normally turn something up. so that's what I'd start with but also check out the sample code that goes along with the wwdc videos to see how they did it.

Good luck, Kai

Thanks for your help! The WWDC is very helpful!

No problem, happy hacking

Agreed with Kai. Also check on stack overflow. Is there anything in particular you we're wanting to do?

Firstly I want to embed a short video background for the homepage of the app. Secondly I want to add a completion banner on the top left to a specific cell in a UITableView, I guess I would make a view in storyboard add the element to the cell and then program it so it shows when I want it to. Any help would be greatly appreciated!