Comment on Starters Guide to iOS DesignparentComments−gfodor13ywhat's the point, exactly, to doing this (serious question)−taybenlorOP13yThings like: * Scalability - you can resize a button and get the correct look * Simplicity - you don't need to create 1x and 2x resources Downsides are that it can be slow and it muddies up your code base.
Comments
what's the point, exactly, to doing this (serious question)
Things like:
Downsides are that it can be slow and it muddies up your code base.