Re: Cocoa-dev Digest, Vol 9, Issue 823

2012-12-02 Thread jwwest
Unsubscribe Sent from my iPhone On Dec 2, 2012, at 2:00 PM, cocoa-dev-requ...@lists.apple.com wrote: > Send Cocoa-dev mailing list submissions to >cocoa-dev@lists.apple.com > > To subscribe or unsubscribe via the World Wide Web, visit >https://lists.apple.com/mailman/listinfo/cocoa-dev

Re: iOS - Designing a view controller with multiple views

2012-01-16 Thread jwwest
The request is merely kicked off in viewdidload, but it's asynchronous. Sent from my iPhone On Jan 16, 2012, at 12:57 PM, Evadne Wu wrote: > Synchronous networking should be avoided, and stealing the view from another > view controller is bad. Methinks. :p > > * Use UINib, create some XIBs