go to Books
go to Cool UI stuff
Books
Making Sense of Auto Layout
Wasted many hours adjusting constraints, yet the position of labels and images in you app still looks way off? Feeling frustrated trying to fight Auto Layout?
When it comes to designing user interface, Auto Layout doesn't make sense to you, it feels like you have to get lucky to get a layout working.
Wouldn't it be awesome if you are able to create user interfaces which look great on any screen size?
Understanding Optionals + Delegate
Can't get over the error 'Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value' ?
Searched online for this error, tried many answers from StackOverflow but nothing seems to work?
What if you could focus on the fun part - building features for your app, instead of spending hours trying to debug the nil crash error?
Cool UI stuff
Spotify UI Demo Xcode Project
Demo Xcode project (9.4.1+) of replicating Spotify's Now Playing UI using Storyboard + Auto Layout. With HTML documentation explaining each steps and why to do each steps.
Twitter Profile UI Demo Xcode Project
Demo Xcode project (9.4.1+) of replicating Twitter Profile UI using Storyboard + Auto Layout. With HTML documentation explaining each steps and why to do each steps.
Twitter Slide Menu Demo Xcode Project
Demo Xcode project (9.4.1+) of replicating Twitter Slide Menu UI using Storyboard + Auto Layout. With HTML documentation explaining each steps and why to do each steps.