> On May 2, 2015, at 11:18 AM, William Squires <wsqui...@satx.rr.com> wrote:
> 
> why doesn't Xcode generate a template view controller (code) for the UILabel 
> (that is, UILabelViewController), just like there's a view controller for the 
> main view (usu. ViewController.h and ViewController.m, or - in swift, just 
> ViewController.swift)?

Because view controllers have a larger granularity than that. You usually only 
want one for an entire screen (on iOS) or a logical grouping of views. A single 
label is too tiny a thing to make a view controller for.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to