14
When you’re working on a new app, sometimes it’s easier to start with dummy views and slowly replace them as you implement their functionality. Rather than use a simple UIView for this, PAPlaceholder gives you a better looking placeholder view that shows its dimensions and an optional title.It also provides a dummy view controller which automatically creates the placeholder view. This is useful when you’re using a view controller container such as a UITabBarController or a UISplitViewControll…